1RECORDAR QUE HAY VERSIONES PRECOMPILADAS EN EL BLOG:
2http://chapping.wordpress.com
3
4INSTALACION PARA LINUX:
5
6Instalar dependencias, como root o sudo:
7apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-gfx1.2-dev libsdl-ttf2.0-dev build-essential xutils-dev
8
9Construir para linux:
10make clean
11make depend
12make
13
14./chapping
15
16INSTALACION PARA WINDOWS:
17
18make clean
19make depend
20make mingw32
21
22Se creara un ejecutable llamado chapping.exe. Las librerias necesarias para su ejecucion estan en dlls, simplemente ponerlas en el directorio actual para que lo encuentre el ejecutable.
23