JJscott / Golden_Eagle

2 stars 0 forks source link

Golden Eagle

Instructions

Building

Assuming cloned to directory named "Golden_Eagle".

Linux

cd Golden_Eagle
mkdir build
cd build
cmake ..
make
./bin/Golden

Windows

cd Golden_Eagle
mkdir build
cd build
cmake .. -G "Visual Studio 12"
cmake .. -G "Visual Studio 12 Win64"