From 7582f82758dc6d79c7c9057596e92623865ca93f Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Fri, 25 Nov 2011 22:56:39 +0700 Subject: README.win32: mention of defconfig.mingw32 for starters --- README.win32 | 14 ++++++-------- 1 file 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 menuconfig" works). I cross compile from Linux, but MSYS or Cygwin should be OK. -In order to compile the WinGW port you need to: +To start, copy scripts/defconfig.mingw32 to .config. You can then +customize your build (mostly disabling stuff because defconfig.mingw32 +is the biggest workable set). -Start with "make menuconfig": +For cross-compiling, run "make menuconfig" and set Busybox +Settings -> Build Options -> Cross Compiler Prefix - - Select target platform as "MS Windows" - - If you cross compile, set - Busybox Settings -> Build Options -> Cross Compiler Prefix - - Select whatever applets/features you like - -Do "make" +Then just "make". Attempts to make it work with MS Visual Studio are appreciated. You can start with porting kconfig ;-) -- cgit v1.2.3-55-g6feb