diff --git a/index.html b/index.html index 7f1edb4e..a7408eff 100644 --- a/index.html +++ b/index.html @@ -759,6 +759,21 @@ USE_OSGPLUGIN(<plugin2>) so you can not build gtk3. Other packages may be missing on Rudix - please open an issue if you find any.

+ +
Method 3 - Homebrew
+

+ Install Homebrew, + then run: +

+ +
brew install \
+    autoconf automake cmake coreutils gdk-pixbuf gettext \
+    gnu-sed intltool libtool p7zip wget xz
+

+ and: +

+
export PATH=${PATH}:/usr/local/opt/gettext/bin
+

You may be prompted to install a java runtime - this is not required.