Gamedev Framework (gf)  0.2.0
A C++11 framework for 2D games
Build and install gf

Table of Contents

Dependencies

Libraries:

Tools:

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