install the mod folder

- copy the irrlicht.mod folder under the blitzmax mod folder so you should have something like:

c:\blitzmax\mod\irrlicht.mod

where c:\blitzmax is the folder of your blitzmax installation.

- for windows copy the DLL

copy the libIrrlicht.dll and D3DX81ab.dll files from the lib\win folder into your windows system32 directory.

NOTE: for other OS

- i have not included the .a for other OS as both the linux and mac files are rather large.

- to build for another OS, you need a libIrrlicht.a file for the OS.  for linux, download the 
stock Irrlicht distribution.  for Mac, see this post:

http://www.gprogs.com/forum/viewtopic.php?id=130

a big thank you to Jonas for compiling that.

- copy the OS specific libIrrlicht.a file into the irrlicht.mod\core.mod folder

- you must rename the file to either libIrrlichtLin.a or libIrrlichtMac.a depending on your OS

- rebuild the mod

NOTE: on Mac i did have problems running when the Build GUI option was _not_ checked in the BMAX IDE

NOTE: on Linux you must have the latest flat assembler installed.  you can download it at:

http://flatassembler.net/download.php

and put the new FASM in the BlitzMax/bin folder.  if you get the out of memory error see the fix here:

http://www.blitzmax.com/Community/posts.php?topic=67478

