Page 1 of 1

OS X Compiling

PostPosted: Fri Aug 17, 2012 01:23
by jpenguin
I've gotten minetest to build on OS X 10.8, I have not yet written a script to package it

• Download the latest MacOSX framework package from the great people at http://supertuxkart.sf.net

• Download the UnixImageIO framework from http://www.kyngchaos.com/software/frameworks#individual_frameworks

• Download OpenAL-Soft from https://dl.dropbox.com/u/3252883/minetest/OpenAL-Soft.framework.zip

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
wget https://github.com/celeron55/minetest/tarball/master -O master.tar.gz
tar xf master.tar.gz
cd celeron55-minetest-286edd4 (or similar)
cd games/
wget https://github.com/celeron55/minetest_game/tarball/master -O master.tar.gz
tar xf master.tar.gz
mv celeron55-minetest_game-* minetest_game
cd ..
wget https://dl.dropbox.com/u/3252883/minetest/minetest.xcodeproj.zip
unzip minetest.xcodeproj.zip


There is a source file you have to modify, because we're using OpenAL-Soft and not OpenAL; it's easy to figure out- I'll write about it later...

G2G-- Diner time (I'm having pizza, like any respectable computer geek)

PostPosted: Fri Aug 17, 2012 03:31
by jpenguin
So, unfortunately my build script doesn't work yet outside of my machine. I have a binary though; it requires 10.8+, X11, & UnixImageIO


https://docs.google.com/open?id=0BzOHD6zIUMbMNG9ZYm8xN3Qzamc

PostPosted: Thu Aug 30, 2012 14:33
by milleja46
I might test it later, I'm currently on 10.8 so if you can get this to work I will definitely try it ;)

PostPosted: Sat Nov 03, 2012 07:03
by OmniStudent
I'm interested in doing a compile on osx 10.6, but I got stumped on the first link:
I can't find any "framework package" on the tuxcart page, only links to the tuxcart game itself.

PostPosted: Sat Nov 03, 2012 09:28
by PilzAdam
OmniStudent wrote:I'm interested in doing a compile on osx 10.6, but I got stumped on the first link:
I can't find any "framework package" on the tuxcart page, only links to the tuxcart game itself.

Go to download -> source code -> Building and packaging on OSX ->Dependencies -> DepsFramework*.zip
I hope this helps.

PostPosted: Sat Nov 03, 2012 15:27
by OmniStudent
PilzAdam wrote:
OmniStudent wrote:I'm interested in doing a compile on osx 10.6, but I got stumped on the first link:
I can't find any "framework package" on the tuxcart page, only links to the tuxcart game itself.

Go to download -> source code -> Building and packaging on OSX ->Dependencies -> DepsFramework*.zip
I hope this helps.


Thankyou, got all the links. Now I just need to figure out the rest...

PostPosted: Sat Nov 03, 2012 15:58
by Jordach
PilzAdam wrote:
OmniStudent wrote:I'm interested in doing a compile on osx 10.6, but I got stumped on the first link:
I can't find any "framework package" on the tuxcart page, only links to the tuxcart game itself.

Go to download -> source code -> Building and packaging on OSX ->Dependencies -> DepsFramework*.zip
I hope this helps.

Holy shit: someone knows OS X here?!?!

PostPosted: Sat Nov 03, 2012 16:00
by PilzAdam
Jordach wrote:
PilzAdam wrote:
OmniStudent wrote:I'm interested in doing a compile on osx 10.6, but I got stumped on the first link:
I can't find any "framework package" on the tuxcart page, only links to the tuxcart game itself.

Go to download -> source code -> Building and packaging on OSX ->Dependencies -> DepsFramework*.zip
I hope this helps.

Holy shit: someone knows OS X here?!?!

No, I just looked at the website and searched for the framework...

PostPosted: Sun Nov 04, 2012 18:59
by OmniStudent
Ah, so the irrlicht framework is in the tuxpart files :)

PostPosted: Sun Sep 08, 2013 03:24
by tux_peng
I've updated the instructions, still not compiling; but I;m not enthused to work on this

• Install wget (I use homebrew, but this also works http://osxdaily.com/2012/05/22/install-wget-mac-os-x/)

• Download the latest MacOSX framework package from the great people at http://supertuxkart.sf.net

• Download the UnixImageIO framework from http://www.kyngchaos.com/software/frameworks#individual_frameworks

• Download OpenAL-Soft from https://dl.dropbox.com/u/3252883/minetest/OpenAL-Soft.framework.zip

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
wget https://github.com/celeron55/minetest/tarball/master -O master.tar.gz
tar xf master.tar.gz
mv celeron55-minetest-* celeron55-minetest
cd celeron55-minetest (or similar)
cd games/
wget https://github.com/celeron55/minetest_game/tarball/master -O master.tar.gz
tar xf master.tar.gz
mv celeron55-minetest_game-* minetest_game
cd ..
https://dl.dropboxusercontent.com/u/3252883/minetest/minetest.xcodeproj.zip
unzip minetest.xcodeproj.zip