Update for Mountain Lion
parent
42c66a61e0
commit
237f4df438
|
@ -7,7 +7,13 @@ libsdl 1.2 (1.3 devel might work, but is not advised)<br/>
|
|||
git-core - To pull the sources :D<br/>
|
||||
|
||||
### Important note for OSX 10.7+ (Lion) users
|
||||
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.
|
||||
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+.
|
||||
After this, you should symlink xquarts to /usr as root:
|
||||
|
||||
ln -s /opt/X11 /usr/X11
|
||||
|
||||
### Optional dependencies
|
||||
libxml2 - XML shaders and cheat support<br/>
|
||||
|
|
Loading…
Reference in New Issue