Build Status - master (This is stable branch): [](https://travis-ci.org/BhallaLab/moose)
This is a meta repository of MOOSE simulator. It contains MOOSE, its GUI and
other sister projects a submodule. For more details about these projects, read
respective README files.
This is the meta repository of MOOSE simulator. It contains C++ core of MOOSE,
python scripting interface and its GUI.
# Install
For more details about these projects, read respective README files.
# Installation using cmake
First, run the `bootstrap` script. It will fetch the submodules and/or update
them. You should have `cmake` installed on your system to build and install
moose from this repository.
cmake .
make
sudo make install
To uninstall moose, do the following in the same directory where you ran