diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-10-26 06:29:23 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-10-26 09:15:09 (GMT) |
commit | 27ffd10c5dfc4a7b4b042529b2bcbad16e72e4f1 (patch) | |
tree | 73bb48c1bc222c1841c87c314915e8f10f57fd0f /docs | |
parent | 994ad47302e8811614b7eb49fc05234942b95b89 (diff) | |
download | mxe-27ffd10c5dfc4a7b4b042529b2bcbad16e72e4f1.zip mxe-27ffd10c5dfc4a7b4b042529b2bcbad16e72e4f1.tar.gz mxe-27ffd10c5dfc4a7b4b042529b2bcbad16e72e4f1.tar.bz2 |
glib: refactor native tools
fixes #1934
The method of symlinks to native tools fails when glib versions drift
too far apart - the obvious solution would be to update more frequently,
but glib (and downstream friends) are always difficult to update.
This set of changes:
- always builds tools on linux
- builds tools only once
- uses pre-built packages for darwin
- is untested on freebsd
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index fc24ab5..087b66f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -811,7 +811,7 @@ USE_OSGPLUGIN(<plugin2>) <!-- https://www.macports.org/ports.php --> <pre>sudo port install \ autoconf automake bison coreutils flex gettext \ - gdk-pixbuf2 glib2 gnutar gsed intltool libffi libtool \ + gdk-pixbuf2 gnutar gsed intltool libffi libtool \ openssl p5-xml-parser p7zip pkgconfig scons wget xz</pre> <h5 id="requirements-macos-method-2">Method 2 - Rudix</h5> |