Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1 KB

README.md

File metadata and controls

26 lines (18 loc) · 1 KB

COSC345

CMake Codacy Badge Documentation

Team members:

  • Ben Knox
  • Shamen Kumar
  • Vincent Lee
  • Will Frame

Our report

To build, simply run build.sh with ./build.sh with CMake installed.

If you run into issues with that, here is a breakdown:

  1. Install CMake
  2. Make a /build/ directory in terminal (mkdir build)
  3. Open the build directory (cd build)
  4. Run cmake ..
  5. Run cmake --build . --config Release

To open the application, run build/MyApp with ./MyApp