summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2018-05-28 05:40:02 (GMT)
committerTony Theodore <tonyt@logyst.com>2018-05-28 05:40:02 (GMT)
commitcf9b1ac69774d7940e1fc2931cccbfa810cb6c89 (patch)
treeb598522d5443ef76dea5b7553512ccf0697c122f /plugins
parent0d03c560e4b0e42380ed56dad1627d9f85c9dd1e (diff)
downloadmxe-cf9b1ac69774d7940e1fc2931cccbfa810cb6c89.zip
mxe-cf9b1ac69774d7940e1fc2931cccbfa810cb6c89.tar.gz
mxe-cf9b1ac69774d7940e1fc2931cccbfa810cb6c89.tar.bz2
host-toolchain: update README for make build
Diffstat (limited to 'plugins')
-rw-r--r--plugins/examples/host-toolchain/README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/plugins/examples/host-toolchain/README.md b/plugins/examples/host-toolchain/README.md
index 9783b1b..84ebc6e 100644
--- a/plugins/examples/host-toolchain/README.md
+++ b/plugins/examples/host-toolchain/README.md
@@ -45,8 +45,11 @@ terminal emulators:
#### Make
-Make is difficult to cross-compile so it is downloaded from the [source
-recommended by the GNU Make team](https://git.savannah.gnu.org/cgit/make.git/tree/README.W32.template).
+```
+make make-host MXE_PLUGIN_DIRS=plugins/examples/host-toolchain/
+```
+
+This will cross-compile GNU Make from source (without guile support).
#### pkgconf/pkg-config
@@ -65,8 +68,7 @@ with non-standard include paths.
make qt5-host-tools MXE_PLUGIN_DIRS=plugins/examples/host-toolchain/
```
-This will build `qtbase`, cross-compile the toolchain and qt tools, and
-download `make` binaries.
+This will build `qtbase` and cross-compile the toolchain/qt tools/make
On a windows machine, execute
`usr\{target}\qt5\test-qt5-host-tools\test-qt5-host-tools.bat` to build and