Tels > Games-Irrlicht > README.win32

Download:
games/Games-Irrlicht-0.04.tar.gz

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

Games::Irrlicht ^

INTRODUCTION ^

I have no windows experiences whatsoever, so if you have problems (or even know how to work around them), please email me!

Tels http://bloodgate.com/mail.html

DEPENDENCIES ^

You need the following things to install and use this Perl package:

The Irrlicht Engine

Get the Irrlicht engine from http://irrlicht.sf.net.

Perl

Get a pre-compiled version from ActiveState http://www.activestate.com/ or download the source code from http://www.perl.org and compile it yourself.

Compiler and a make utility

I have no experiences with this one. You probably should have nmake or dmake.

INSTALLATION ^

Unpack

Unpack the package with Winzip or similiar.

Build the makefile

Go to a console and change to the path where you unpacked the package, then type:

        perl Makefile.PL.win32
Compile it
        nmake

(Or use dmake)

Tun the testsuite:
        nmake test

If there are any test failures, please notify me. Thank you!

install

If all tests pass, install:

        nmake install

(You might need Administrator rights for this).

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/>