From 4dd847d367d8a30f30bbea8c44720ba836e61a98 Mon Sep 17 00:00:00 2001 From: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com> Date: Wed, 30 Dec 2020 01:44:26 +0100 Subject: [PATCH] Add GBATemp link to readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a25c3f7a..f7564888 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ # re3-wiiu -re3 logo +re3 logo This is a port of GTA III to the Nintendo Wii U. ## Instructions +For instructions take a look at the GBATemp thread here: https://gbatemp.net/threads/re3-wiiu-gta-iii-wii-u-port.579827/ ## Building To build this project make sure you install the requried packages: `(dkp-)pacman -S ppc-mpg123 wiiu-sdl2 wut` You also need to build [libsndfile](https://github.com/libsndfile/libsndfile). To configure libsndfile for the Wii U take a look at this gist: https://gist.github.com/GaryOderNichts/475edaf03ff08ba100840608f92eade8 Then clone this repo using `git clone --recursive https://github.com/GaryOderNichts/re3` and build using `make`. -To build the channel edit `CHANNEL_BUILD := 0` to `CHANNEL_BUILD := 1` in the `Makefile`. \ No newline at end of file +To build the channel edit `CHANNEL_BUILD := 0` to `CHANNEL_BUILD := 1` in the `Makefile`.