diff options
-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 | ||