aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2015-06-23 09:19:31 +0100
committerRon Yorston <rmy@pobox.com>2015-06-23 09:19:31 +0100
commit54963f9e895f9b58333470bbc5854d474d24ddde (patch)
treea9c48031439406aa25ecbc30ed9b7ef8d5e9aadf
parenteac78ac5f6a34f8ac5ae2a738db85e2864facc01 (diff)
downloadbusybox-w32-54963f9e895f9b58333470bbc5854d474d24ddde.tar.gz
busybox-w32-54963f9e895f9b58333470bbc5854d474d24ddde.tar.bz2
busybox-w32-54963f9e895f9b58333470bbc5854d474d24ddde.zip
Add some more build details to README.md
-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