- git clone https://github.com/bellonzi/fssh.git
- cd fssh
- mkdir build
- cd build
- cmake ..
- make
- ctest -VV
To override your default C and C++ compilers, you can use the following instead (for example):
cmake -DCMAKE_C_COMPILER=/usr/local/bin/gcc-8 -DCMAKE_CXX_COMPILER=/usr/local/bin/g++-8 ..
Warning: This script deletes local "my_build" directory and overrides default C/C++ compilers.
- git clone https://github.com/bellonzi/fssh.git
- cd fssh
- ./newbuild_verbose.sh
These implementations depend on the nlohmann/json and armadillo libraries. On MacOS, you can get armadillo with
brew install armadillo
JSON is supplied through cmake.