Skip to content

Install

dcurreli edited this page Sep 26, 2018 · 9 revisions

Step 1. Install the MOOSE development environment (click on 'Getting Started' at the following link and follow the instructions),

http://mooseframework.org/

After installing MOOSE, double check of having the following folder on your local machine containing MOOSE

~/projects

Step 2. After installing the MOOSE environment, execute the following commands:

cd ~/projects

git clone https://github.com/lcpp-org/crane

cd crane

make -jn

where n is the number of logical processors on your computer.

Clone this wiki locally