From 5bfb6d5638ee14bf55367087d138776dd34bfffe Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Tue, 26 May 2020 08:29:43 +0100 Subject: Update README.md MinGW is no longer supported in EPEL. --- README.md | 4 ++-- 1 file 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 ### Building -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. +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. -To start, run `make mingw32_defconfig` or `make mingw64_defconfig`. You can then customize your build with `make menuconfig`. +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. In particular you may need to adjust the compiler by going to Busybox Settings -> Build Options -> Cross Compiler Prefix -- cgit v1.2.3-55-g6feb