Go to file
Tobias Birmili d9ed94648f fix application name in the main menu 2011-09-01 16:41:27 +02:00
English.lproj fix application name in the main menu 2011-09-01 16:41:27 +02:00
include Added support for building recent delta with gettext 2011-07-20 20:59:05 +02:00
lib static linking of libintl for portability of bundle 2011-07-20 22:10:46 +02:00
minetest-mac.xcodeproj update Xcode project 2011-09-01 15:46:15 +02:00
.gitignore added new things to the gitignore 2011-07-21 20:03:31 +02:00
Info.plist updated to build recent minetest-c55 2011-07-30 00:27:27 +02:00
README.md update Xcode project 2011-09-01 15:46:15 +02:00
minetest-mac.sh updated to build recent minetest-c55 2011-07-30 00:27:27 +02:00
minetest.icns added app icon and cleaned up Xcode project 2011-07-20 17:41:17 +02:00

README.md

Xcode project to build minetest

This Xcode project can be used to build minetest-c55.

Use the branch delta if you want to build minetest-delta. But that branch is pretty old.

Requirements

This was tested on OS X 10.7 with Xcode 4. It includes all needed 3rd party libraries. It builds a 32bit 10.6 compatible application bundle.

How to build minetest

Getting the code

$ git clone https://github.com/celeron55/minetest.git
$ cd minetest
$ git clone https://github.com/toabi/minetest-mac.git
$ cd minetest-mac

There are now two easy ways to get your app. The final product always ends up in ./build/(Release|Debug)/.

Commandline

  • Run xcodebuild in the minetest-mac folder

Xcode GUI

  • Doubleclick the .xcodeproj
  • Hit "Build & Run"
  • If everything is OK, the application should launch.

Targets and Schemes

When developing, use the Debug scheme. It just builds the application bundle and doesn't do other magic. Therefore only changed files are recompiled.

When releasing an application bundle then use the Release scheme. It will automatically update the VERSION_STRING with the output of git describe and also write the version into the Info.plist so the Finder can display it.

So you don't like to build?

You can also download a build from there. But they may be old.

Credits

I'm distributing the binary Irrlicht framework release from this thread.