< index |
===================================== | > 1. Colors |
svn co http://doryen.eptalys.net/svn-libtcod/trunk libtcod-1.5.0Now you have the developer version of libtcod in the libtcod-1.5.0 directory. You can use some predefined makefiles located in the makefiles directory. Check the README.txt in this directory to know which makefile you have to use. You can also use the autotools system if your OS support it. On linux, make sure the autoconf and libtool packages are installed. Go in the autotools directory and type :
autoreconf ./configure makeThis should produce the samples exe in autotools directory. Note that you have to run the samples from the main libtcod directory for them to be able to access the png they need :
cd .. ./autotools/samples_cpp