diff options
author | Ron Yorston <rmy@pobox.com> | 2023-09-15 10:14:23 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-09-15 10:14:23 +0100 |
commit | a2c4e62d1f09be5d520ad270e8322588aa22003d (patch) | |
tree | 1f699e288a46906590ba131640ae101abe4eac93 | |
parent | 54e6e2a16f2091d5dd1251bb3b4436555b1b0a03 (diff) | |
download | busybox-w32-a2c4e62d1f09be5d520ad270e8322588aa22003d.tar.gz busybox-w32-a2c4e62d1f09be5d520ad270e8322588aa22003d.tar.bz2 busybox-w32-a2c4e62d1f09be5d520ad270e8322588aa22003d.zip |
Typo in README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,9 +10,9 @@ You need a MinGW compiler and a POSIX environment. I cross-compile on Linux. O | |||
10 | 10 | ||
11 | `dnf install gcc make ncurses-devel perl-Pod-Html` | 11 | `dnf install gcc make ncurses-devel perl-Pod-Html` |
12 | 12 | ||
13 | `dnf install mingw64-gcc (for a 64-bit build) | 13 | `dnf install mingw64-gcc` (for a 64-bit build) |
14 | 14 | ||
15 | `dnf install mingw32-gcc (for a 32-bit build) | 15 | `dnf install mingw32-gcc` (for a 32-bit build) |
16 | 16 | ||
17 | On 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`. | 17 | On 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 | ||