diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2011-11-25 22:56:39 +0700 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2011-11-25 22:56:39 +0700 |
commit | 7582f82758dc6d79c7c9057596e92623865ca93f (patch) | |
tree | 35c5a0fd6c59c61c8be00ffe6fa6d5119ac89d2e | |
parent | 9b09cdf7dcd4cf8c32b318c44071cee4a45ecf16 (diff) | |
download | busybox-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.win32 | 14 |
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 | |||
16 | menuconfig" works). I cross compile from Linux, but MSYS or Cygwin | 16 | menuconfig" works). I cross compile from Linux, but MSYS or Cygwin |
17 | should be OK. | 17 | should be OK. |
18 | 18 | ||
19 | In order to compile the WinGW port you need to: | 19 | To start, copy scripts/defconfig.mingw32 to .config. You can then |
20 | customize your build (mostly disabling stuff because defconfig.mingw32 | ||
21 | is the biggest workable set). | ||
20 | 22 | ||
21 | Start with "make menuconfig": | 23 | For cross-compiling, run "make menuconfig" and set Busybox |
24 | Settings -> Build Options -> Cross Compiler Prefix | ||
22 | 25 | ||
23 | - Select target platform as "MS Windows" | 26 | Then just "make". |
24 | - If you cross compile, set | ||
25 | Busybox Settings -> Build Options -> Cross Compiler Prefix | ||
26 | - Select whatever applets/features you like | ||
27 | |||
28 | Do "make" | ||
29 | 27 | ||
30 | Attempts to make it work with MS Visual Studio are appreciated. You | 28 | Attempts to make it work with MS Visual Studio are appreciated. You |
31 | can start with porting kconfig ;-) | 29 | can start with porting kconfig ;-) |