Go to file
Tobias Birmili 9aa1a194c6 updated to build recent minetest-c55 2011-07-30 00:27:27 +02:00
English.lproj update the menubar xib 2011-07-21 21:10:55 +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 updated to build recent minetest-c55 2011-07-30 00:27:27 +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 Merge remote-tracking branch 'origin/delta' 2011-07-29 23:44:25 +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 mintest-delta, a fork of minetest-c55.

Use the branch delta if you want to build minetest-delta.

Requirements

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

How to build minetest

Getting the code

$ mkdir ~/code && cd ~/code
$ git clone https://github.com/erlehmann/minetest-delta.git
$ cd minetest-delta
$ git submodule add --branch delta 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.

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.