Updated Compilation guide (OS X) (markdown)

Themaister 2012-08-06 23:35:04 -07:00
parent 237f4df438
commit a68add9331
1 changed files with 1 additions and 1 deletions

@ -10,7 +10,7 @@ git-core - To pull the sources :D<br/>
On OSX 10.7+, SDL 1.2.15 or newer (1.3) is required. 1.2.14 or older will fail to use fullscreen modes due to removal of deprecated features.
### Important note for OSX 10.8+ (Mountain Lion) users
In 0SX 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+.
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:
ln -s /opt/X11 /usr/X11