Build and run Iguana

Okay so to build Iguana assuming you are in the main directory of the git repo, execute the following commands:

cd ~/main2/Iguana

make -j

You should see something like this, except you probably won’t unless you have a magical set of environmental variables set.

By the time the compile has finished you’ll see something like this:

The -j flag is a little optimization which tells make that it’s okay to do a parallel make which makes the initial build of Iguana much faster. Subsequent builds are usually faster since they are incremental. You can read more about the build system here.

To run Iguana:

./app/bin/iguana