For questions and feature requests join z64tools discord!
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
git clone --recurse-submodules https://github.com/z64utils/z64rom.git
To compile for Win32, you need MXE running in WSL or native Linux: https://mxe.cc/
When building MXE, run this command:
make gcc glib
Now you can build for Windows by running:
make win32 -j
You can then find the Win32 build in app_win32/z64rom.exe
Make sure you have the dependencies:
sudo apt install build-essential git gcc g++ glib2.0-dev libelf-dev libcurl4-gnutls-dev
Now you can build for Linux by running:
make linux -j
This will output a Linux build into app_linux/z64rom