Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 299 Bytes

File metadata and controls

20 lines (16 loc) · 299 Bytes

engine_test

Linux/Mac instructions

# 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_test