~baltix/+junk/irrlicht-test

« back to all changes in this revision

Viewing changes to scripts/packages/OSX/readme.txt

  • Committer: Mantas Kriaučiūnas
  • Date: 2011-07-18 13:06:25 UTC
  • Revision ID: mantas@akl.lt-20110718130625-c5pvifp61e7kj1ol
Included whole irrlicht SVN libraries to work around launchpad recipe issue with quilt, see https://answers.launchpad.net/launchpad/+question/165193

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is the source package for the Irrlicht framework installer.
 
2
 
 
3
Build steps are as follows-
 
4
 
 
5
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:
 
6
 
 
7
  rm -Rf /Library/Frameworks/Irrlicht.framework
 
8
 
 
9
2) Build the library and the binaries.
 
10
 
 
11
 * Navigate to source/Irrlicht/MacOSX and open the XCode project
 
12
 
 
13
 * Choose release mode and build Irrlicht.framework
 
14
 
 
15
 ** For the moment it's not worth installing the sample binaries, they can't be launched due to console input
 
16
 
 
17
3) Build the documentation
 
18
 
 
19
 * Open the console and navigate to scripts/doc/irrlicht
 
20
 
 
21
 * Make sure you have doxygen installed. If you have Aptitude for OSX then type:
 
22
 
 
23
  sudo apt-get install doxygen
 
24
 
 
25
 * Now run the makedocumentation bash script:
 
26
  ./makedocumentation.sh
 
27
 
 
28
4) Now double click the package file and build it.