aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d800eb11b..582193a0b 100644
--- a/README.md
+++ b/README.md
@@ -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
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`. 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