From b84a0bc4548566783299d5a8efc9f9f3078a55ba Mon Sep 17 00:00:00 2001 From: Monsterray Date: Tue, 5 Nov 2019 13:52:43 -0800 Subject: [PATCH] Update new DevkitPRO install I updated the way to install zlib and DevkitPRO since they have changed they way to install DevkitPRO. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 72e7762..89ea5db 100644 --- a/README.md +++ b/README.md @@ -80,9 +80,8 @@ make dist I realize many people know how to build on devkitPro, but here's a guide for noobies: -1. Download devkitPro (PPC version for your system) from here: http://sourceforge.net/projects/devkitpro/files/devkitPPC/ -If you're using Windows, it's suggested to use the auto installer instead. After installing it, skip to step 7 (note that the default devkitPro folder is C:\devkitPro): -http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/ +1. Download devkitPro (PPC version for your system) from here: https://devkitpro.org/wiki/Getting_Started +If you're using Windows, it's suggested to use the auto installer instead. After installing it, skip to step 7 (note that the default devkitPro folder is C:\devkitPro) 2. Extract the devkitPPC folder from the file you downloaded into a folder called **devkitPro** (your file system should look like this: **devkitPro/devkitPPC/**, make the **devkitPro** folder where ever you want, I used ~/devkitPro) @@ -96,7 +95,7 @@ http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/ 7. Extract the libfatmod include and lib folders into the **devkitPro/libogc** folder. -9. Download zlib from here: http://sourceforge.net/projects/devkitpro/files/portlibs/ppc/ +9. Next you will need to install zlib with devkitpro's pacman command. Open up a terminal and type in: pacman -S ppc-zlib 10. Download libwupc: https://github.com/FIX94/libwupc/archive/master.zip @@ -104,7 +103,7 @@ http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/ 12. Make a portlibs folder in the devkitPro folder, then a ppc in the portlibs folder, like so: **devkitPro/portlibs/ppc** -13. Extract the include, lib and share folders from zlib, libwupc, and libwiidrc into the **devkitPro/portlibs/ppc** folder. +13. Extract the include, lib and share folders from libwupc and libwiidrc into the **devkitPro/portlibs/ppc** folder. 14. On Linux or Mac OSX only, make sure you specify the environment variables, like so (I used ~/devkitPro for the location; replace this with what you used):