I wanted to use the libtcod library. I'm running windows 8 64 bit and I use dev-c++.
Basically, the tutorial says that "if you are on a 64bit system you'll have to recompile the library, because the pre-compiled are only available for 32 bit systems". How do I do that? It does not explain that so I don't even know what I am supposed to do.
Everything is explained in the documentation from the libtcod site...
Here is what to do:
In Mingw Shell, type :
Go in libtcod's main directory :
And start the compilation :
The compilation make take a few seconds depending on your CPU speed. Once it's finished, compile the samples :
Check that everything is ok by running the samples :