I just got the celeron55-minetest-9696ed3 version of minetest to compile from command line on OSX 10.6.
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
/Users/security/mine2/celeron55-minetest-9696ed3/bin/minetest
Opens up a window with the start screens. It reacts to mouse clicks but not to the keyboard, so I haven't been able to acutally get into a game and test it.
Here's what I did to get this far:
Downloaded celeron55-minetest-9696ed3, both the minetest_game-0.4.3 and minetest_-0.4.3 from
http://minetest.net/download.phpExtracted, renamed celeron55-minetest_game-87a1e37 to minetest_game and put it in the games folder.
Downloaded irrlicht-1.8.zip from
http://irrlicht.sourceforge.net/downloads/.
Opened up the xcode project.
Set architecture to i386 and system to 10.6 in project properties and under (get info when rightclicking targets).
Choose build.
Copied the built irrlicht.a to /usr/local/lib
Ran cmake . -DENABLE_SOUND=0 -DRUN_IN_PLACE=1 -DBUILD_CLIENT=1
from the minetest dir
Ran make -j2
I had installed other dependencies earlier, some using "port", so if you get different results from this, that may be the reason.