mirror of
https://github.com/ModernN64SDK/libultra_modern.git
synced 2024-11-24 05:09:58 +00:00
libultra, updated for the modern era through Modern SDK
5a1d80af9a
Debug cleanup |
||
---|---|---|
.github | ||
include | ||
src | ||
tools | ||
.gitignore | ||
install.mk | ||
Makefile | ||
README.md | ||
util.mk |
libultra_modern
This repo contains a decompilation of libultra version 2.0L. It is intended to facilitate updating of libultra and allow the Modern SDK to be a complete open book for people to edit as they see fit.
Build dependencies
The Modern SDK is required. Install it here
The build process additionally requires the following packages:
- build-essential
- python3
Under Debian / Ubuntu you can install them with the following commands:
sudo apt update
sudo apt install build-essential python3
Building
-
make
-
make all
if wanting to build all versions (libultra, libultra_d, libultra_rom) at once