diff options
author | Ron Yorston <rmy@pobox.com> | 2019-02-21 11:29:12 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-02-21 11:53:55 +0000 |
commit | 20dfd84edd1b45b78a284bf75ef711726a4e8415 (patch) | |
tree | 65a54303ce20a05a50132a4efb2827d8e62ed6fc /README.md | |
parent | 4dbb0461e21a10ae96ccde2ca22871079fc37566 (diff) | |
download | busybox-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
7 | You 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. | 7 | You 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 | ||
9 | To start, run `make mingw32_defconfig` or `make mingw64_defconfig`. You can then customize your build with `make menuconfig`. | 9 | To start, run `make mingw32_defconfig` or `make mingw64_defconfig`. You can then customize your build with `make menuconfig`. |
10 | 10 | ||