diff --git a/Compilation-guide-(OS-X).md b/Compilation-guide-(OS-X).md
index 09a53aa..d419024 100644
--- a/Compilation-guide-(OS-X).md
+++ b/Compilation-guide-(OS-X).md
@@ -4,6 +4,7 @@ Compilation on OS X is mostly MacPorts based. Dependencies can be build from Mac
MacPorts installed
pkgconfig
libsdl 1.2 (1.3 devel might work, but is not advised)
+gcc46
git-core - To pull the sources :D
### 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