- SDL Libraries
- TTL fonts
- GCC Compiler
- Linux-based SO
Execute the next command line:
$ git clone https://github.com/libsdl-org/SDL.git -b SDL2
cd SDL
mkdir build
cd build
../configure
make
sudo make install
Execute the next command line:
$ gcc main.c dibujar_funciones.c level_funciones.c enemy_funciones.c inicializar.c coliciones.c char_funciones.c check_juego.c -lSDL -lSDL_ttf -oprueba
