Grid point tracer for XMS products.
In order to build this library, you must first have a few things installed.
Once you have cloned the repository, navigate to the build
directory. All
of the following commands will be run from that directory unless otherwise
noted.
- Get External Libraries
conan install ..
- Configure CMake
cmake ..
- Build
make
For Windows:
- Get External Libraries
conan install -pr ..\dev\xmsprofile_debug ..
- Configure CMake
cmake .. -G "Visual Studio 12 2013 Win64" -DXMS_BUILD=TRUE -DBUILD_TESTING=TRUE
- Build - Build from generated solution file.