aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a94020134..69c991ae9 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 from Linux, but MSYS or Cygwin should be OK. 7You need a MinGW compiler and a POSIX environment (so that `make menuconfig` works). I cross compile from Linux. On Fedora or RHEL/CentOS+EPEL installing the mingw32-gcc package will pull in everything needed.
8 8
9To start, run `make mingw32_defconfig`. You can then customize your build with `make menuconfig`. 9To start, run `make mingw32_defconfig`. You can then customize your build with `make menuconfig`.
10 10