Skip to content

mcellteam/libbng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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