Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.08 KB

intakeAssignment

I am making this for my intake assignment.

How to build:

Windows:

  Open the intakeAssignment.sln in the vs2015 folder.
  You dont need to install anything at all. Everything is pre linked and included

NOTE: It is strongly recommended to use the Release configuration instead of Debug since the Debug version has a VERY low FPS.

Unix:

make sure you have installed the following libraries:
       GLEW http://glew.sourceforge.net/
       SDL2 https://www.libsdl.org/download-2.0.php
       SDL2_ttf https://www.libsdl.org/projects/SDL_ttf/
       SDL2_image https://www.libsdl.org/projects/SDL_image/
       SDL2_mixer https://www.libsdl.org/projects/SDL_mixer/

  cd cmake
  mkdir -p build
  cd build
  cmake -Wno-dev ..
  make
  ./project



Copyright (c) Corné Steenhuis. All Rights Reserved.