From a2c4e62d1f09be5d520ad270e8322588aa22003d Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Fri, 15 Sep 2023 10:14:23 +0100 Subject: Typo in README.md --- README.md | 4 ++-- 1 file 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 `dnf install gcc make ncurses-devel perl-Pod-Html` -`dnf install mingw64-gcc (for a 64-bit build) +`dnf install mingw64-gcc` (for a 64-bit build) -`dnf install mingw32-gcc (for a 32-bit build) +`dnf install mingw32-gcc` (for a 32-bit build) 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`. -- cgit v1.2.3-55-g6feb