# Download and build dependencies
cd src
./externals.sh
# Build the project
./gmake.sh
cd build
make
# Run the project
cd ../../bin
export DYLD_LIBRARY_PATH=. # Required for Mac OSX
export LD_LIBRARY_PATH=. # Required for Linux
./engine_testSizzlingCalamari/engine_test
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|