diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-09-01 14:55:30 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-09-01 14:55:30 -0400 |
commit | 45c27a8336f4c87f637104fdcee41abbe29d00c2 (patch) | |
tree | 7a04d30739aa39cc177c61fdede6c82d45404c87 | |
parent | 3a44aee33dc6fb6efd38c9f301deb56ad8aef01d (diff) |
add msys2 libpng note to INSTALL.md
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,8 @@ You will still require the following packages: Install them using either the Cygwin package manager or using pacman on Msys2. +**NOTE FOR MSYS2:** You will need to compile and install [libpng](https://www.libpng.org/pub/png/libpng.html) from source. + ### 4. Build ROM Run `make` to build the ROM. The ROM will be output as `build/diamond.us/pokediamond.us.nds` |