arunumd / ENPM809Y_Assignment5

Code for class assignment #3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ENPM809Y_Assignment5

Code for class assignment #5

Assumptions

  • You are running a computer with Windows/ Ubuntu/ Mac
  • You have the CMake build system installed on your machine
  • You have a C++ 14 compiler

Description

Option 1

In order to run this project, do the following in your terminal:

git clone https://github.com/arunumd/ENPM809Y_Assignment5.git
cd ~\ENPM809Y_Assignment5
mkdir build
cd build
cmake .. && make
./ENPM809Y_Assignment5

Option 2

If you have a CMake GUI instead of the command line version, then please do the configure and generate steps in the GUI for the build folder shown above and then do the make

About

Code for class assignment #3

License:MIT License


Languages

Language:C++ 96.8%Language:CMake 3.2%