This repo is archived. Newer fork: https://github.com/z64utils/z64rom
Read the documentation here!
Documentation:
DezZival
sklitte22
Testers:
logdebug
Nokaubure
Skawo
sklitte22
Zeldaboy14
zfg
Special Thanks:
Dragorn421
Sauraen
Tharo
zel
Tools:
z64convert by z64me
novl by z64me
seq64 by Sauraen
Sequence Assembler (seqas) by Zelda Reverse Engineering Team
z64audio by rankaisija
Compiling works on Linux, native or WSL.
You need git, make, and possibly other standard tools (apt install build-essential git
...).
You may need (?) the following packages to build:
sudo apt-get install glib2.0-dev libelf-dev libcurl4-gnutls-dev
Clone repository and all the submodules:
git clone --recurse-submodules https://github.com/z64tools/z64rom.git
cd
inside z64rom directory and do the following:
# clones ExtLib to the current directory
# if the permission is denied run this: chmod u+x setup.sh
./setup.sh
# Magic happens here
make linux -j
This will output linux build into app_linux/z64rom