You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Download and build dependenciescd src
./externals.sh
# Build the project
./gmake.sh
cd build
make
# Run the projectcd ../../bin
export DYLD_LIBRARY_PATH=. # Required for Mac OSXexport LD_LIBRARY_PATH=. # Required for Linux
./engine_test