Skip to content
Snippets Groups Projects
user avatar
Issue #195. Using external project to simplify the maintainence. centos-6 has
Dilawar Singh authored
cmake 2.8 which is now the minimum version required to build moose.
Revered back Makefile in moose-core.
Update README.md
Fixed indentation.
bcbd49a6

Build Status - master

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.