Core C/C++ code for LROSE.
This project is maintained by NCAR
git clone https://github.com/mmbell/vortrac.git
vortrac
is dependent on lrose-core
.
You need to install the dependencies for both. See:
cd vortrac
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/lrose ..
make install
Note: this assumes lrose is installed in:
/usr/local/lrose.
If you want to install in a different location, change CMAKE_INSTALL_PREFIX
.
For example:
cmake -DCMAKE_INSTALL_PREFIX:PATH=/opt/local/lrose ..
make install
to install in:
/opt/local/lrose