sudo apt-get install build-essential cmake unzip zip
bash builder.sh
--engine or -e - build engine only.--sandbox or -s - build sandbox only.--update-tests or -u - update UTest resources.--pack-resources or -p - pack the resources in the zip archives.--default or -d - build with default settings.-DUTEST=1 - build with the unit-tests-DSANDBOX_ONLY=1 - compiling only Sandbox (only for /Sandbox/CMakeLists.txt)At the moment windows is not supported.
