We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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