diff options
author | Tony Theodore <tonyt@logyst.com> | 2019-10-12 14:22:43 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2019-10-12 14:22:43 (GMT) |
commit | e378f7655d3e7f89b61e214b527eb3c0dd5eb0cb (patch) | |
tree | eac8c1240cf3709a3ddbffe9d13b8d85a45a91be /docs | |
parent | 16e80eabe5a8a5cb2ef29f9cd314df9702d17ffa (diff) | |
download | mxe-e378f7655d3e7f89b61e214b527eb3c0dd5eb0cb.zip mxe-e378f7655d3e7f89b61e214b527eb3c0dd5eb0cb.tar.gz mxe-e378f7655d3e7f89b61e214b527eb3c0dd5eb0cb.tar.bz2 |
darwin: silence jdk popups and update macports
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html index 173cde9..ee2150b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -953,18 +953,14 @@ USE_OSGPLUGIN(<plugin2>) then run: </p> <!-- https://www.macports.org/ports.php --> - <pre>sudo port install \ - autoconf \ - automake \ + <pre>sudo port -N install \ coreutils \ gdk-pixbuf2 \ gnutar \ gsed \ intltool \ - libtool \ lzip \ p7zip \ - pkgconfig \ wget \ xz</pre> |