aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2011-11-25 22:56:39 +0700
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2011-11-25 22:56:39 +0700
commit7582f82758dc6d79c7c9057596e92623865ca93f (patch)
tree35c5a0fd6c59c61c8be00ffe6fa6d5119ac89d2e
parent9b09cdf7dcd4cf8c32b318c44071cee4a45ecf16 (diff)
downloadbusybox-w32-7582f82758dc6d79c7c9057596e92623865ca93f.tar.gz
busybox-w32-7582f82758dc6d79c7c9057596e92623865ca93f.tar.bz2
busybox-w32-7582f82758dc6d79c7c9057596e92623865ca93f.zip
README.win32: mention of defconfig.mingw32 for starters
-rw-r--r--README.win3214
1 files changed, 6 insertions, 8 deletions
diff --git a/README.win32 b/README.win32
index 73e37cc6c..36d478c56 100644
--- a/README.win32
+++ b/README.win32
@@ -16,16 +16,14 @@ You need MinGW compiler and a POSIX environment (so that "make
16menuconfig" works). I cross compile from Linux, but MSYS or Cygwin 16menuconfig" works). I cross compile from Linux, but MSYS or Cygwin
17should be OK. 17should be OK.
18 18
19In order to compile the WinGW port you need to: 19To start, copy scripts/defconfig.mingw32 to .config. You can then
20customize your build (mostly disabling stuff because defconfig.mingw32
21is the biggest workable set).
20 22
21Start with "make menuconfig": 23For cross-compiling, run "make menuconfig" and set Busybox
24Settings -> Build Options -> Cross Compiler Prefix
22 25
23 - Select target platform as "MS Windows" 26Then just "make".
24 - If you cross compile, set
25 Busybox Settings -> Build Options -> Cross Compiler Prefix
26 - Select whatever applets/features you like
27
28Do "make"
29 27
30Attempts to make it work with MS Visual Studio are appreciated. You 28Attempts to make it work with MS Visual Studio are appreciated. You
31can start with porting kconfig ;-) 29can start with porting kconfig ;-)