diff options
author | Ron Yorston <rmy@pobox.com> | 2012-03-26 10:10:53 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-03-26 10:10:53 +0100 |
commit | 7360139dae01d2ea336b445d78d18c3cd8b1e0a8 (patch) | |
tree | a1b21b4f5745059d89f74fc82c44a20ac34dd2c2 /README.win32 | |
parent | 1da4cf7e236ae2855bab1d0980a0e3f42194ccad (diff) | |
download | busybox-w32-7360139dae01d2ea336b445d78d18c3cd8b1e0a8.tar.gz busybox-w32-7360139dae01d2ea336b445d78d18c3cd8b1e0a8.tar.bz2 busybox-w32-7360139dae01d2ea336b445d78d18c3cd8b1e0a8.zip |
Put defconfig is the correct place, update README.win32
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/README.win32 b/README.win32 index 36d478c56..9e9c8f39f 100644 --- a/README.win32 +++ b/README.win32 | |||
@@ -4,10 +4,7 @@ Status | |||
4 | I would consider this port experimental. Things may work, or may not. | 4 | I would consider this port experimental. Things may work, or may not. |
5 | Things may never work because of huge differences between Linux and | 5 | Things may never work because of huge differences between Linux and |
6 | Windows. Or things may work in future, if you report the faults to | 6 | Windows. Or things may work in future, if you report the faults to |
7 | busybox@busybox.net, especially with patches. | 7 | https://github.com/rmyorston/busybox-w32, especially with patches. |
8 | |||
9 | pclouds@gmail.com | ||
10 | 15/04/2010 | ||
11 | 8 | ||
12 | Building | 9 | Building |
13 | ======== | 10 | ======== |
@@ -16,11 +13,10 @@ You need MinGW compiler and a POSIX environment (so that "make | |||
16 | menuconfig" works). I cross compile from Linux, but MSYS or Cygwin | 13 | menuconfig" works). I cross compile from Linux, but MSYS or Cygwin |
17 | should be OK. | 14 | should be OK. |
18 | 15 | ||
19 | To start, copy scripts/defconfig.mingw32 to .config. You can then | 16 | To start, run "make mingw32_defconfig". You can then customize your |
20 | customize your build (mostly disabling stuff because defconfig.mingw32 | 17 | build with "make menuconfig". |
21 | is the biggest workable set). | ||
22 | 18 | ||
23 | For cross-compiling, run "make menuconfig" and set Busybox | 19 | In particular you may need to adjust the compiler by going to Busybox |
24 | Settings -> Build Options -> Cross Compiler Prefix | 20 | Settings -> Build Options -> Cross Compiler Prefix |
25 | 21 | ||
26 | Then just "make". | 22 | Then just "make". |