mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 09:09:15 +01:00
Add GBATemp link to readme
This commit is contained in:
parent
9c3d4e82d6
commit
4dd847d367
@ -1,13 +1,14 @@
|
||||
# re3-wiiu
|
||||
<img src="https://github.com/GaryOderNichts/re3-wiiu/blob/master/logo.png?raw=true" alt="re3 logo" width="200">
|
||||
<img src="https://github.com/GaryOderNichts/re3-wiiu/blob/wiiu/logo.png?raw=true" alt="re3 logo" width="200">
|
||||
|
||||
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`.
|
||||
To build the channel edit `CHANNEL_BUILD := 0` to `CHANNEL_BUILD := 1` in the `Makefile`.
|
||||
|
Loading…
Reference in New Issue
Block a user