From 34c78c6c6cca519f7c897ba9ab9965fb94207793 Mon Sep 17 00:00:00 2001 From: Nadia Pedersen Date: Sat, 4 May 2019 15:28:58 +0200 Subject: [PATCH] =?UTF-8?q?MingW=20=E2=86=92=20MinGW?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca2f7b39..30b20523 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ make #### MSYS2 and CMake 1. Install [MSYS2](https://www.msys2.org/) -2. Open the **MSYS2 MingW 64-bit** terminal +2. Open the **MSYS2 MinGW 64-bit** terminal 3. Update the packages using `pacman -Syu` and reopen the terminal if it asks you to 4. Install dependencies: `pacman -S mingw-w64-x86_64-{toolchain,SDL2,cmake} make git` 5. Run the following commands