/libsofa

Primary LanguageC++OtherNOASSERTION

sofaconventions.org

[S]patially [O]riented [F]ormat for [A]coustics, C++ library.

Library for reading and writing the standartized .sofa file format (AES69-2015).

Badges

Travis CI Status Coverity Scan Build Status AppVeyor Status

Compile

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