Newer
Older
[](https://travis-ci.org/BhallaLab/moose)
Dilawar Singh
committed
This is the parent repository of [MOOSE simulator](https://moose.ncbs.res.in). It keeps the snanshots of components of MOOSE: core (written in C++) of MOOSE, python scripting interface, and its graphical user interface (GUI). This is your source
stable MOOSE code.
# Building
mkdir _build
cd _build
cmake ..
make
sudo make install
# Repositories
You can find detailed description of each MOOSE component in respective `README.md` in their repositories below:
- [MOOSE with python support](https://github.com/BhallaLab/moose-core)
- [GUI](https://github.com/BhallaLab/moose-gui)
- [Examples and Demos](https://github.com/BhallaLab/moose-examples)
For more details about installation, checkout [moose wiki](https://github.com/BhallaLab/moose/wiki).