diff options
author | Ron Yorston <rmy@pobox.com> | 2015-06-23 09:19:31 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-06-23 09:19:31 +0100 |
commit | 54963f9e895f9b58333470bbc5854d474d24ddde (patch) | |
tree | a9c48031439406aa25ecbc30ed9b7ef8d5e9aadf | |
parent | eac78ac5f6a34f8ac5ae2a738db85e2864facc01 (diff) | |
download | busybox-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
7 | You 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. | 7 | You 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 | ||
9 | To start, run `make mingw32_defconfig`. You can then customize your build with `make menuconfig`. | 9 | To start, run `make mingw32_defconfig`. You can then customize your build with `make menuconfig`. |
10 | 10 | ||