Games::Irrlicht

Dependencies

You need to install the Irrlicht engine from http://irrlicht.sf.net. I created a directory /usr/local/lib/Irrlicht and copied there the precompiled libirrlicht.a, libjpeg.a and libz.a. I also copied the header files to /usr/include/Irrlicht.

* untar/ungzip the package (replace 0.01 with the version you got)

tar -xzf Games::Irrlicht-0.01.tar.gz

* Check the signature. Download my key from http://bloodgate.com/tels.asc or from my CPAN directory. Then do in the build directory (where you unwrapped stuff):

cpansign -v

* if the signature verifies OK, proceed. Otherwise NOTIFY ME IMMIDIATELY. Do NOT INSTALL THE PACKAGE! Your system might get compromised!

* Build the make file:

perl Makefile.PL

* For now, please ignore the errors that appear. Then run the testsuite:

make test

* If some tests fail, please notify me.

* If all tests pass, install as root:

su
[enter password]
make install
exit

Go to the example/ directory and run the example applications for fun. Enjoy!

Please send me test-reports, your experiences with this and your ideas - I love to hear about my work!

Tels <http://bloodgate.com/>