Skip to content
/ z64rom Public
forked from z64dev/z64rom

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

License

Notifications You must be signed in to change notification settings

Zelllll/z64rom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

z64rom

For questions and feature requests join z64tools discord!

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

Cloning the repo

git clone --recurse-submodules https://github.com/z64utils/z64rom.git

Compiling for Win32

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

Compiling for Linux

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.8%
  • C++ 9.5%
  • Pascal 8.1%
  • Other 1.6%