Skip to content
Gauthier Billot edited this page Mar 24, 2015 · 4 revisions

Clone the repository

git clone [email protected]:gogoprog/gengine.git

Activate the environment

source gengine/scripts/activate

This will add the gengine commands to your PATH.

Run the unit tests

cd gengine/tests
gengine-run

This should download the binary dependencies and build the gengine binary. The following message should appear :

----------------
Running tests...
----------------
Passed: x/x
----------------
Clone this wiki locally