Go to file
Tobias Birmili e49c538b21 Added support for building recent delta with gettext
You need a universal/32bit libintl from somewhere.
2011-07-20 20:59:05 +02:00
English.lproj add the Xcode project files and additional code 2011-06-22 00:01:13 +02:00
include Added support for building recent delta with gettext 2011-07-20 20:59:05 +02:00
lib add libjthread 2011-06-22 00:02:16 +02:00
minetest-mac.xcodeproj Added support for building recent delta with gettext 2011-07-20 20:59:05 +02:00
.gitignore ignore the build output 2011-06-22 00:13:00 +02:00
README.md Update description. 2011-07-04 22:09:19 +02:00
minetest-mac.sh added app icon and cleaned up Xcode project 2011-07-20 17:41:17 +02:00
minetest.icns added app icon and cleaned up Xcode project 2011-07-20 17:41:17 +02:00
minetest_mac-Info.plist 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.

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.