Build from source on Windows
Prerequisites
Required components to compile LimeSuiteNG project:
C++ compiler (GCC, Clang, MSVC)
Optional components that add specific functionality:
Compilation
In the root directory of the repository run these commands:
cmake .. -B build
cmake --build build
After a successful compilation the resulting binaries are placed in the build/bin/
directory
located in the root directory of the repository.
Installing the built software
Continuing on from the previous command block, in the build
folder, execute:
cmake build . --target install