diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-09-18 16:46:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 16:46:51 -0400 |
commit | b352d1be3243b83ca9a27175bb696e75095af391 (patch) | |
tree | d13f4816e32786bf79c9acb82080148267cd30c5 | |
parent | a3a558acf4ca5813f7f312534d14c110981e4284 (diff) | |
parent | f5457cd1fd723b9b15097ea8520ab75519e31a96 (diff) |
Merge pull request #1198 from PokeCodec/patch-1
Specify to install Libpng-dev, not libpng
-rw-r--r-- | INSTALL.md | 2 |
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. |