Skip to content

bellonzi/fssh

Repository files navigation

Build Status

How to build:

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 ..

Alternative build:

Warning: This script deletes local "my_build" directory and overrides default C/C++ compilers.

Dependencies

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published