Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
/ z64rom Public archive

cross-compatible Zelda OoT MQ Debug rom/project managing tool

License

Notifications You must be signed in to change notification settings

z64tools/z64rom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is archived. Newer fork: https://github.com/z64utils/z64rom

z64rom

Read the documentation here!

Credits

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

Development

Compiling

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