diff options
author | Ron Yorston <rmy@pobox.com> | 2020-05-26 08:29:43 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2020-05-26 08:29:43 +0100 |
commit | 5bfb6d5638ee14bf55367087d138776dd34bfffe (patch) | |
tree | 69f08bb27f6ec35e885dd9a638c7346fdc0439d8 | |
parent | 04129e0bde3c2d25ab676079e6e3b6fdcdeabe4f (diff) | |
download | busybox-w32-5bfb6d5638ee14bf55367087d138776dd34bfffe.tar.gz busybox-w32-5bfb6d5638ee14bf55367087d138776dd34bfffe.tar.bz2 busybox-w32-5bfb6d5638ee14bf55367087d138776dd34bfffe.zip |
Update README.md
MinGW is no longer supported in EPEL.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,9 +4,9 @@ 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 and mingw32-windows-default-manifest (32-bit build) or mingw64-gcc and mingw64-windows-default-manifest (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 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` or by editing `.config`, if you know what you're doing. |
10 | 10 | ||
11 | In particular you may need to adjust the compiler by going to Busybox Settings -> Build Options -> Cross Compiler Prefix | 11 | In particular you may need to adjust the compiler by going to Busybox Settings -> Build Options -> Cross Compiler Prefix |
12 | 12 | ||