Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (16 loc) · 342 Bytes

REQUIREMENTS.md

File metadata and controls

18 lines (16 loc) · 342 Bytes

Requirements:

  • git
  • g++ compiler
  • Support for c++11
  • SDL2
  • SDL2 image
  • SDL2 ttf
  • OpenGL
  • GLUT
  • GLM

MacOS

If you are running MacOS, you can install some of the requirements using [this script][install_requirements_mac.sh]

Linux Users

Linux users probably knows what to do.