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 /wiki/spaces/DE/pages/4259841.

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 /wiki/spaces/DEVELOPMEN/pages/1933329.

To run Iguana:

./app/bin/iguana