Updated Compilation guide (OS X) (markdown)
parent
2f4e285d50
commit
4ae1a8e6a9
|
@ -4,6 +4,7 @@ Compilation on OS X is mostly MacPorts based. Dependencies can be build from Mac
|
|||
MacPorts installed<br/>
|
||||
pkgconfig<br/>
|
||||
libsdl 1.2 (1.3 devel might work, but is not advised)<br/>
|
||||
gcc46
|
||||
git-core - To pull the sources :D<br/>
|
||||
|
||||
### Important note for OSX 10.7+ (Lion) users
|
||||
|
@ -11,7 +12,7 @@ On OSX 10.7+, SDL 1.2.15 or newer (1.3) is required. 1.2.14 or older will fail t
|
|||
|
||||
### Important note for OSX 10.8+ (Mountain Lion) users
|
||||
In OSX 10.8+, Apple apparently removed X11 support. SDL will complain about X11 headers missing during build. To resolve this, visit http://xquartz.macosforge.org/trac/wiki, download and install 2.7.2+.
|
||||
After this, you should symlink xquarts to /usr as root:
|
||||
After this, you should symlink xquartz to /usr as root:
|
||||
|
||||
ln -s /opt/X11 /usr/X11
|
||||
|
||||
|
|
Loading…
Reference in New Issue