aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2020-05-26 08:29:43 +0100
committerRon Yorston <rmy@pobox.com>2020-05-26 08:29:43 +0100
commit5bfb6d5638ee14bf55367087d138776dd34bfffe (patch)
tree69f08bb27f6ec35e885dd9a638c7346fdc0439d8
parent04129e0bde3c2d25ab676079e6e3b6fdcdeabe4f (diff)
downloadbusybox-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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 620efd7c1..dd57e17ac 100644
--- a/README.md
+++ b/README.md
@@ -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
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. 7You 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
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` or by editing `.config`, if you know what you're doing.
10 10
11In particular you may need to adjust the compiler by going to Busybox Settings -> Build Options -> Cross Compiler Prefix 11In particular you may need to adjust the compiler by going to Busybox Settings -> Build Options -> Cross Compiler Prefix
12 12