Gamedev Framework (gf)
0.3.0
A C++11 framework for 2D games
Main Page
Documentation
Modules
Classes
gf on github
Build and install gf
Table of Contents
Dependencies
Debian/Ubuntu
Build
Install
Dependencies
Libraries:
SDL2
>= 2.0.2
Boost Filesystem
>= 1.55
Boost String Algorithms
>= 1.55
Freetype
>= 2.5.2
Tools:
CMake
>= 3.0.2
Debian/Ubuntu
1
apt-get install libsdl2-dev libboost-filesystem-dev libboost-dev libfreetype6-dev cmake
Build
1
git clone https://github.com/GamedevFramework/gf.git
2
cd gf
3
git submodule update --init
4
mkdir build
5
cd build
6
cmake ../
7
make
Install
1
make install # may require root permissions
Generated by
1.8.8