irrlicht/scripts/packages/OSX
hybrid 72e83023ec Merged revisions 2441:2694 from trunk. This is a huge update which brings the ogl-es branch to the latest 1.6 state. No updates for the ogl-es driver have been incorporated, this branch might not even compile properly right now. I'm just very happy that the merge finally went through...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@2695 dfc29bdd-3216-0410-991c-e03cc46cb475
2009-09-16 12:48:19 +00:00
..
Irrlicht.pmdoc Merged revisions 2441:2694 from trunk. This is a huge update which brings the ogl-es branch to the latest 1.6 state. No updates for the ogl-es driver have been incorporated, this branch might not even compile properly right now. I'm just very happy that the merge finally went through... 2009-09-16 12:48:19 +00:00
moveAll.sh Merged revisions 2441:2694 from trunk. This is a huge update which brings the ogl-es branch to the latest 1.6 state. No updates for the ogl-es driver have been incorporated, this branch might not even compile properly right now. I'm just very happy that the merge finally went through... 2009-09-16 12:48:19 +00:00
readme.txt Merged revisions 2441:2694 from trunk. This is a huge update which brings the ogl-es branch to the latest 1.6 state. No updates for the ogl-es driver have been incorporated, this branch might not even compile properly right now. I'm just very happy that the merge finally went through... 2009-09-16 12:48:19 +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.