Skip to content

Building from Source

galegosimpatico edited this page Feb 13, 2018 · 2 revisions

Argentum Age runs on the Anura engine. To build and run from source, first sync the Anura engine from git: https://github.com/anura-engine/anura

Build the Anura engine, generally using make on Linux or following these instructions on Windows: https://github.com/anura-engine/anura/wiki/Building-On-Windows or if using macOS pick $ANURA_BASE/MacOS/Frogatto.xcodeproj from Xcode.

After you have built the Anura engine, sync the Argentum Age module ("citadel") from git: https://github.com/davewx7/citadel -- sync it so it appears under the [anura-root]/modules/citadel directory.

Then run Anura:

./anura --module=citadel

And Argentum Age should run.