项目作者: arunumd

项目描述 :
Code for class assignment #3
高级语言: C++
项目地址: git://github.com/arunumd/ENPM809Y_Assignment5.git
创建时间: 2019-02-26T05:28:01Z
项目社区:https://github.com/arunumd/ENPM809Y_Assignment5

开源协议:MIT License

下载


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:

  1. git clone https://github.com/arunumd/ENPM809Y_Assignment5.git
  2. cd ~\ENPM809Y_Assignment5
  3. mkdir build
  4. cd build
  5. cmake .. && make
  6. ./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