Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
z64me committed May 3, 2021
0 parents commit 2a5d593
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# z64decompress

`z64decompress` is a program for decompressing retail Zelda 64 rom files. It also supports roms compressed with [`z64compress`](https://github.com/z64me/z64compress) and its many encoding formats (`yaz`, `lzo`, `ucl`, and `aplib`). The decoders are adapted from those in my [`z64enc`](https://github.com/z64me/z64enc) repo.

## Usage
```
z64decompress "in-file.z64" "out-file.z64"
The "out-file.z64" argument is optional. If not specified,
"in-file.decompressed.z64" will be generated.
Alternatively, Windows users can drop an input rom directly
onto the executable.
```

## Building
I have included shell scripts for building Linux and Windows binaries. Windows binaries are built using a cross compiler ([I recommend `MXE`](https://mxe.cc/)).

0 comments on commit 2a5d593

Please sign in to comment.