/engine_test

help I dropped my keyboard and this came out

Primary LanguageC

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