Team members:
- Ben Knox
- Shamen Kumar
- Vincent Lee
- Will Frame
To build, simply run build.sh with ./build.sh
with CMake installed.
If you run into issues with that, here is a breakdown:
- Install CMake
- Make a /build/ directory in terminal (
mkdir build
) - Open the build directory (
cd build
) - Run
cmake ..
- Run
cmake --build . --config Release
To open the application, run build/MyApp with ./MyApp