Library for reading and writing the standartized .sofa file format (AES69-2015).
On Ubuntu, to install the required components, enter
sudo apt install libnetcdf-c++4-dev libjson-c-dev doxygen graphviz
Then, clone the git repository and go to this directory.
Then, to compile enter following commands
mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make all doxyDoc test