Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (20 loc) · 544 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 544 Bytes

Falcon

Falcon is a cross-platform, open-source C++ game development framework based on SDL 2 and OpenGL for rendering.

Build library for Linux

Clone repo from GitHub

$ git clone https://github.com/walker2/Falcon

Download and install dependencies

$ sudo apt-get install libsdl2-dev
$ sudo apt-get install libsdl2-ttf-dev
$ sudo apt-get install libsdl2-mixer-dev
$ sudo apt-get install libglew-dev
$ sudo apt-get install libglm-dev

Navigate to the cloned folder and run

cmake CMakeLists.txt
make