This is the parent repository of MOOSE simulator. 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:
For more details about installation, checkout moose wiki.