Skip to content

Commit ca000e7

Browse files
committed
Update README.md
1 parent 6a5e893 commit ca000e7

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# wiiurpxtool
2-
Compress or decompress RPL/RPX files for Wii U.
1+
# wiiurpxlib
2+
Rewrite of [wiiurpxtool](https://github.com/0CBH0/wiiurpxtool) that works as a
3+
library, using modern C++. Also allows library users to access the in-memory
4+
representation of the RPX file, allowing it to be read and modified without
5+
writing a decompressed file back to disk first.
36

47
# Dependencies
5-
LLVM
6-
7-
zlib
8+
- zlib
9+
- A C++20 capable compiler
10+
- Applications using the library need to be built with C++17 or newer
811

912
# Credits
10-
Hykem (documentation and research of the RPL/RPX format)
11-
12-
Mark Adler (zlib header files)
13+
- Hykem (documentation and research of the RPL/RPX format)
14+
- 0CBH0 (original wiiurpxtool)

0 commit comments

Comments
 (0)