Practicerom development packages for Debian-based systems and Arch Linux.
List of upstream repositories and corresponding binary packages
-
mips64-ultra-elf-binutilsmips64-ultra-elf-gccmips64-ultra-elf-gcc-libsmips64-ultra-elf-newlibmips64-ultra-elf-gdbmips64-ultra-elf-practicerom-libspracticerom-tools
-
https://github.com/PracticeROM/wii-toolchain
powerpc-eabi-binutilspowerpc-eabi-gccpowerpc-eabi-gcc-libspowerpc-eabi-newlibpowerpc-eabi-gdb
-
https://github.com/PracticeROM/gzinject
gzinject
-
https://github.com/PracticeROM/packages
practicerom-dev(Debian)
-
https://github.com/glankk/libdmg-hfsplus
libdmg-hfsplus
-
https://github.com/indygreg/apple-platform-rs
apple-codesign
Piping downloaded scripts directly into a root shell is dangerous. To be safe, download and inspect installation scripts from the scripts directory and then run them manually.
- Run one of the following to install the package repository for your
architecture (requires
curl):- amd64
sudo sh -c "$(curl -fsSL https://raw.githubusercontent.com/PracticeROM/packages/HEAD/scripts/install-debian_amd64.sh)" - arm64
sudo sh -c "$(curl -fsSL https://raw.githubusercontent.com/PracticeROM/packages/HEAD/scripts/install-debian_arm64.sh)"
- amd64
- Install individual packages by running e.g.
sudo apt install mips64-ultra-elf-gcc, or install all practicerom development packages with thepracticerom-devmetapackge:sudo apt install practicerom-dev.
-
Run the following to install the package repository (requires
curl):sudo sh -c "$(curl -fsSL https://raw.githubusercontent.com/PracticeROM/packages/HEAD/scripts/install-archlinux.sh)" -
Install individual packages with e.g.
sudo pacman -S mips64-ultra-elf-gcc, or select practicerom development packages from thepracticerom-devgroup:sudo pacman -S practicerom-dev.