Skip to content
Snippets Groups Projects
README.md 902 B
Newer Older
[![Build Status - master](https://travis-ci.org/BhallaLab/moose.svg?branch=master)](https://travis-ci.org/BhallaLab/moose)
Dilawar Singh's avatar
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:
Dilawar Singh's avatar
Dilawar Singh committed

- [MOOSE with python support](https://github.com/BhallaLab/moose-core)
- [GUI](https://github.com/BhallaLab/moose-gui)
Dilawar Singh's avatar
Dilawar Singh committed
- [Examples and Demos](https://github.com/BhallaLab/moose-examples)
Dilawar Singh's avatar
Dilawar Singh committed

For more details about installation, checkout [moose wiki](https://github.com/BhallaLab/moose/wiki).