/Assignment_1

COSC1187 Assignment 1

Primary LanguageMakefileGNU General Public License v3.0GPL-3.0

Assignment_1

COSC1187 Assignment 1

Copyright 2018 Tim Davis and Jesse Buhagiar

Build Instructions

###Linux

Install cmake and Doxygen

Make sure you have GLUT, glu and OpenGL installed on your system (most likely mesa-libgl etc)

Type cmake CMakeLists.txt from the root project directory and hit enter

Type make and hit enter

cd to the /bin/ directory and then run the binary.

###Windows

Note: You really should be using MinGW w64 on a Windows based system. Make sure it's in your path.

Run build.bat

Enter the directory where your library/include directories are (e.g C:/C++Libs)

Hit enter

Type mingw32-make

Go to the binary directory and you should be able to run the executable

Note: You may and probably will get linker errors on the first try; building on Windows is a tad bit complicated.