git clone https://github.com/anticipated-lotus/metabolite_inference.git
mkdir build
cd build
cmake ..
Once this is done, you can compile the files using :
make
or with multiple cores by replacing N
by the number of cores you want:
make -j N
In the build directory:
make -j8 acol_unitTests
./acol_unitTests