Search found 2 matches

by deteego
Thu Jan 28, 2010 3:14 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [Tutorial] Using Irrlicht with CMake
Replies: 8
Views: 18216

Hi, and thanks for the nice explanation. However, it seems to lack certain things. First of all, GLUT is not needed, we only need GL. More problematic seem to be the missing libraries, though, which reside in jpeglib and libpng. Also, it should be user configurable whether system zlib/jpeglib/libpn...
by deteego
Thu Jan 28, 2010 6:44 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [Tutorial] Using Irrlicht with CMake
Replies: 8
Views: 18216

[Tutorial] Using Irrlicht with CMake

This basically a small howto on how to use CMake (http://www.cmake.org/). For those who don't know what CMake is, its basically like *nix's autotools/autoconf, but a lot better,nicer and has much better cross platform compatibility (especially with windows). It is also a LOT faster, since it uses na...