Skip to content
Simon Legrand edited this page Feb 11, 2015 · 6 revisions

Welcome to the MongeAmpere wiki!

Once you have all the dependencies, as explained here, building is rather straightforward.

git clone https://github.com/mrgt/MongeAmpere.git

Then create a out-of-source build folder:

cd path/to/MongeAmpere/..
mkdir MongeAmpere-build && cd MongeAmpere-build

Configure and build:

cmake ../MongeAmpere
make
Clone this wiki locally