on the project root, run
make releasethen go into the generated build directory (build by default)
and run (-j option recommended to save time)
maketo compile.
finally, to launch the compiled application, run it with
./openglSame procedure as for running the release version, replacing the root make target with debug
When at the root of the project, run:
make archive