Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 193 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 193 Bytes

libBNG

BioNetGen library

Build:

mkdir -p build/release
cd build/release
cmake ../../bng/ -DCMAKE_BUILD_TYPE=Release
make -j

Running tests:

cd test
python test.py