From 85f9305ab4efa0a39dcfb423ea7470b43e217303 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Thu, 26 Nov 2015 17:24:38 +1100 Subject: [PATCH] docs: add instructions for homebrew --- index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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.