From 5847d4f03cd2f8beef4dc4773fc541e47e3ede12 Mon Sep 17 00:00:00 2001 From: SatoMew Date: Sun, 16 Jun 2019 17:36:45 +0100 Subject: ...and said MSYS2 is ready to be used --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index fc9b9d411..501017c35 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -12,7 +12,7 @@ The [prerelease version of the Linux subsystem](https://docs.microsoft.com/windo Make sure that the `build-essential`, `git`, and `libpng-dev` packages are installed. The `build-essential` package includes the `make`, `gcc-core`, and `g++` packages so they do not have to be obtained separately. MSYS2 does not include `libpng-dev` so it must be built from source. -Install the **devkitARM** toolchain of [devkitPro](https://devkitpro.org/wiki/Getting_Started) and add its environment variables. For Windows versions without the Linux subsystem, the devkitPro [graphical installer](https://github.com/devkitPro/installer/releases) includes a MSYS2 environment, thus the steps below are not required. +Install the **devkitARM** toolchain of [devkitPro](https://devkitpro.org/wiki/Getting_Started) and add its environment variables. For Windows versions without the Linux subsystem, the devkitPro [graphical installer](https://github.com/devkitPro/installer/releases) includes a preconfigured MSYS2 environment, thus the steps below are not required. export DEVKITPRO=/opt/devkitpro echo "export DEVKITPRO=$DEVKITPRO" >> ~/.bashrc -- cgit v1.2.3