Skip to content

meruiden/intakeAssignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages