Document current state. Read this commit message!

What's still wrong:

1) Put the Irrlicht.framework in the app bundle

It has to end up in
`Contents/Resources/Frameworks/Irrlicht.framework`

2) Put the compiled MainMenu.nib in the app bundle

After the build it resides in
`bin/Debug/Contents/Resources` but it should be in
the final app bundle as
`Contents/MainMenu.nib`
cmake-osx
Tobias Birmili 2012-11-01 20:28:45 +01:00
parent af9178bb98
commit 50ece0a188
1 changed files with 9 additions and 0 deletions

View File

@ -244,6 +244,15 @@ popd
echo Failed.
exit /b 1
Compiling on OS X
-----------------
$ cmake -G Xcode .
Open the resulting `minetest.xcodeproj` and build the `package` target.
You should then find a `minetest-0.x.x-osx.dmg` in the root directory.
License of Minetest-c55 textures and sounds
-------------------------------------------