Skip to content
This repository was archived by the owner on Oct 1, 2019. It is now read-only.

Commit 6eee207

Browse files
committed
Update readme
1 parent 94b4917 commit 6eee207

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

README.txt

+4-20
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,21 @@ Prerequisites
77
The following tools must be installed:
88
- devkitPPC
99
- WUT
10-
- portlibs (the wiiu version, available at dimok789's homebrew_launcher release page)
10+
- portlibs
11+
(wiiu version with stripped debug sections, in this project release page)
1112

1213
The following path variables must be exported:
1314
- $WUT_ROOT
1415
- $DEVKITPRO
15-
- $DEVKITPPC
16-
1716

1817
Install
1918
---
2019
Run the following, from this repo's root directory:
2120

22-
cd SDL2-wiiu
23-
make -f Makefile.wiiu install
24-
cd ..
25-
26-
cd SDL2_image-2.0.3-wiiu
27-
make -f Makefile.wiiu install
28-
cd ..
29-
30-
cd SDL2_gfx-1.0.4-wiiu
31-
make -f Makefile.wiiu install
32-
cd ..
33-
34-
cd SDL2_ttf-2.0.14-wiiu
35-
make -f Makefile.wiiu install
36-
cd ..
37-
21+
./install.sh
3822

3923
Credits
4024
---
41-
- exjam: threads and timers libraries, wut toolchain and various help
25+
- rw-r-r-0644, quarktheawesome, exjam: wiiu sdl port and libraries
4226
- aliaspider: texture shader
4327
- based on libnx/libtransistor SDL2 ports

0 commit comments

Comments
 (0)