cell modeling for microphysiology
Bob Kuczewski 769b892fbd Removed print statements used during debugging. This version works. | 7 年之前 | |
---|---|---|
docs | 9 年之前 | |
include | 8 年之前 | |
man | 9 年之前 | |
src | 7 年之前 | |
utils | 10 年之前 | |
windows | 9 年之前 | |
.gitignore | 9 年之前 | |
.travis.yml | 9 年之前 | |
CMakeLists.txt | 8 年之前 | |
README.md | 9 年之前 | |
appveyor.yml | 9 年之前 | |
appveyor_build.py | 9 年之前 |
MCell: Monte Carlo Simulator of Cellular Microphysiology
flex newer than 2.5.6, due to the 'reentrant' option. Extensive testing has been done using Flex 2.5.33.
To build MCell for Macs or Linux, run the following commands from the main mcell directory:
mkdir build
cd build
cmake ..
make
The old build system is still available and can be used by issuing the following commands:
cd ./src
./bootstrap
cd ..
mkdir build
cd build
../src/configure CC=gcc CFLAGS='-O2 -Wall'
make
You only need to bootstrap (first three steps) when starting from a fresh branch or checkout. Depending on your needs, you may have to change the build options slightly.
See the Windows Development page on the github wiki for information about building MCell on Windows.
nutmeg is a regression test framework for MCell. Installation and usage instructions are listed on the nutmeg project page.