summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeija <71219152+PokeCodec@users.noreply.github.com>2020-09-18 16:25:46 -0400
committerGitHub <noreply@github.com>2020-09-18 16:25:46 -0400
commitf5457cd1fd723b9b15097ea8520ab75519e31a96 (patch)
treed13f4816e32786bf79c9acb82080148267cd30c5
parenta3a558acf4ca5813f7f312534d14c110981e4284 (diff)
Libpng-devel
libpng dev library needs to be installed, not libpng
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index f16384450..20d55e134 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -8,7 +8,7 @@
[terminal]: https://docs.microsoft.com/windows/terminal/get-started
[wsl]: https://docs.microsoft.com/windows/wsl/install-win10
-Independently from the specific OS, make sure that the `gcc`, `g++`, `make`, `git`, and `libpng` packages or their equivalents are installed and accessible to the development tools that are used by the project (this means that, for example, on Windows, the packages have to be installed in the WSL environment). The package names and installation methods may vary with each OS.
+Independently from the specific OS, make sure that the `gcc`, `g++`, `make`, `git`, and `libpng-dev` packages or their equivalents are installed and accessible to the development tools that are used by the project (this means that, for example, on Windows, the packages have to be installed in the WSL environment). The package names and installation methods may vary with each OS.
Install the devkitARM toolchain of devkitPro as per [the instructions on their wiki](https://devkitpro.org/wiki/devkitPro_pacman). On Windows, follow the Linux instructions inside WSL as any steps about the Windows installer do not apply.