diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-11-27 03:49:22 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-11-27 03:49:22 (GMT) |
commit | 87fbc776f7d77b6b8852bde3ce35b230da3ef043 (patch) | |
tree | 5a04f95eb61587047cd957ea3d80ab2c89f8460e /index.html | |
parent | 43317e6235723de79476609d99427868a5925927 (diff) | |
download | mxe-87fbc776f7d77b6b8852bde3ce35b230da3ef043.zip mxe-87fbc776f7d77b6b8852bde3ce35b230da3ef043.tar.gz mxe-87fbc776f7d77b6b8852bde3ce35b230da3ef043.tar.bz2 |
docs: update homebrew notes
fixes #1010
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -770,10 +770,12 @@ USE_OSGPLUGIN(<plugin2>) autoconf automake cmake coreutils gdk-pixbuf gettext \ gnu-sed intltool libtool p7zip wget xz</pre> <p> - and: + Some formulae are + <a href="https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/FAQ.md#what-does-keg-only-mean"><code>keg-only</code></a> + and will need <code>brew link</code> to be found. </p> - <pre>export PATH=${PATH}:/usr/local/opt/gettext/bin</pre> + <h5 id="requirements-macos-genaral">Genral Notes</h5> <p> You may be prompted to install a java runtime - this is not required. |