aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2019-02-21 11:29:12 +0000
committerRon Yorston <rmy@pobox.com>2019-02-21 11:53:55 +0000
commit20dfd84edd1b45b78a284bf75ef711726a4e8415 (patch)
tree65a54303ce20a05a50132a4efb2827d8e62ed6fc /README.md
parent4dbb0461e21a10ae96ccde2ca22871079fc37566 (diff)
downloadbusybox-w32-20dfd84edd1b45b78a284bf75ef711726a4e8415.tar.gz
busybox-w32-20dfd84edd1b45b78a284bf75ef711726a4e8415.tar.bz2
busybox-w32-20dfd84edd1b45b78a284bf75ef711726a4e8415.zip
win32: use manifest provided by MinGW-w64
The manifest included here wasn't effective in telling Windows about version compatibility. Use the default manifest provided by MinGW-w64 instead. On Fedora this requires installing the mingw32-windows-default-manifest and/or mingw64-windows-default-manifest packages.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 14737b8c0..b8b6fbad7 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Things may work for you, or may not. Things may never work because of huge diff
4 4
5### Building 5### Building
6 6
7You need a MinGW compiler and a POSIX environment (so that `make menuconfig` works). I cross-compile on Linux. On Fedora or RHEL/CentOS+EPEL installing mingw32-gcc (32-bit build) or mingw64-gcc (64-bit build) will pull in everything needed. 7You need a MinGW compiler and a POSIX environment (so that `make menuconfig` works). I cross-compile on Linux. On Fedora or RHEL/CentOS+EPEL installing mingw32-gcc and mingw32-windows-default-manifest (32-bit build) or mingw64-gcc and mingw64-windows-default-manifest (64-bit build) will pull in everything needed.
8 8
9To start, run `make mingw32_defconfig` or `make mingw64_defconfig`. You can then customize your build with `make menuconfig`. 9To start, run `make mingw32_defconfig` or `make mingw64_defconfig`. You can then customize your build with `make menuconfig`.
10 10