aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2023-08-04 13:12:16 +0100
committerRon Yorston <rmy@pobox.com>2023-08-04 13:12:16 +0100
commit16a2532c519bac11d456f7c71f06d64385f66ed3 (patch)
treee7431c29d54e4423fdd85aad941b55b012b0f525
parentcf513a82223315c92a229d81b2710fda22da1659 (diff)
downloadbusybox-w32-16a2532c519bac11d456f7c71f06d64385f66ed3.tar.gz
busybox-w32-16a2532c519bac11d456f7c71f06d64385f66ed3.tar.bz2
busybox-w32-16a2532c519bac11d456f7c71f06d64385f66ed3.zip
README.md: w64devkit no longer has '-mini' variant
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b5147ff17..0fcbf40de 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ You need a MinGW compiler and a POSIX environment. I cross-compile on Linux. O
14 14
15`dnf install mingw32-gcc mingw32-windows-default-manifest` (for a 32-bit build) 15`dnf install mingw32-gcc mingw32-windows-default-manifest` (for a 32-bit build)
16 16
17On Microsoft Windows you can install [w64devkit](https://github.com/skeeto/w64devkit/releases). The `-mini` variant is sufficient. Get the `-i686` variant for a 32-bit build. Unzip the file and run `w64devkit/w64devkit.exe`. 17On Microsoft Windows you can install [w64devkit](https://github.com/skeeto/w64devkit/releases). Get the `-i686` variant for a 32-bit build. Unzip the file and run `w64devkit/w64devkit.exe`.
18 18
19On either Linux or Windows the commands `make mingw64_defconfig` or `make mingw32_defconfig` will pick up the default configuration. You can then customize your build with `make menuconfig` or by editing `.config`, if you know what you're doing. 19On either Linux or Windows the commands `make mingw64_defconfig` or `make mingw32_defconfig` will pick up the default configuration. You can then customize your build with `make menuconfig` or by editing `.config`, if you know what you're doing.
20 20