irrlicht/scripts/packages/OSX
cutealien 2ae2a551a6 Merging r5975 through r6036 from trunk to ogl-es branch.
GLES drivers adapted, but only did make compile-tests.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6038 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-01-03 19:05:16 +00:00
..
Irrlicht.pmdoc Merging r5975 through r6036 from trunk to ogl-es branch. 2020-01-03 19:05:16 +00:00
moveAll.sh Merging r5975 through r6036 from trunk to ogl-es branch. 2020-01-03 19:05:16 +00:00
readme.txt Merging r5975 through r6036 from trunk to ogl-es branch. 2020-01-03 19:05:16 +00:00

readme.txt

This is the source package for the Irrlicht framework installer.

Build steps are as follows-

1) Remove the framework so you don't accidentally package more than one version, if you use the GUI to do this empty the trash so XCode doesn't build to the trash! It's best to run this command from the console:

  rm -Rf /Library/Frameworks/Irrlicht.framework

2) Build the library and the binaries.

 * Navigate to source/Irrlicht/MacOSX and open the XCode project

 * Choose release mode and build Irrlicht.framework

 ** For the moment it's not worth installing the sample binaries, they can't be launched due to console input

3) Build the documentation

 * Open the console and navigate to scripts/doc/irrlicht
 
 * Make sure you have doxygen installed. If you have Aptitude for OSX then type:

  sudo apt-get install doxygen

 * Now run the makedocumentation bash script:
  ./makedocumentation.sh

4) Now double click the package file and build it.