aboutsummaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2012-03-26 10:10:53 +0100
committerRon Yorston <rmy@pobox.com>2012-03-26 10:10:53 +0100
commit7360139dae01d2ea336b445d78d18c3cd8b1e0a8 (patch)
treea1b21b4f5745059d89f74fc82c44a20ac34dd2c2 /README.win32
parent1da4cf7e236ae2855bab1d0980a0e3f42194ccad (diff)
downloadbusybox-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.win3212
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
4I would consider this port experimental. Things may work, or may not. 4I would consider this port experimental. Things may work, or may not.
5Things may never work because of huge differences between Linux and 5Things may never work because of huge differences between Linux and
6Windows. Or things may work in future, if you report the faults to 6Windows. Or things may work in future, if you report the faults to
7busybox@busybox.net, especially with patches. 7https://github.com/rmyorston/busybox-w32, especially with patches.
8
9pclouds@gmail.com
1015/04/2010
11 8
12Building 9Building
13======== 10========
@@ -16,11 +13,10 @@ You need MinGW compiler and a POSIX environment (so that "make
16menuconfig" works). I cross compile from Linux, but MSYS or Cygwin 13menuconfig" works). I cross compile from Linux, but MSYS or Cygwin
17should be OK. 14should be OK.
18 15
19To start, copy scripts/defconfig.mingw32 to .config. You can then 16To start, run "make mingw32_defconfig". You can then customize your
20customize your build (mostly disabling stuff because defconfig.mingw32 17build with "make menuconfig".
21is the biggest workable set).
22 18
23For cross-compiling, run "make menuconfig" and set Busybox 19In particular you may need to adjust the compiler by going to Busybox
24Settings -> Build Options -> Cross Compiler Prefix 20Settings -> Build Options -> Cross Compiler Prefix
25 21
26Then just "make". 22Then just "make".