simone16/BGE
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
**=========================================** || Basic Game Engine || || by Simone Pilon <wertyseek@gmail.com> || **=========================================** +-------------+ | INSTALLING | +-------------+ 1) Make sure to have SDL2 installed, on Ubuntu 16.04 you can install all the required libraries with: sudo apt-get install libsdl2-2.0-0 libsdl2-dev libsdl2-image-2.0-0 libsdl2-image-dev libsdl2-mixer-2.0-0 libsdl2-mixer-dev libsdl2-ttf-2.0-0 libsdl2-ttf-dev 2) Build the project with: cd $"BGE_folder" make 3) Run BGE.