-
Notifications
You must be signed in to change notification settings - Fork 161
Installing Dependencies
axollyon edited this page May 13, 2022
·
19 revisions
HackerSM64 has a few dependencies that need to be installed on your Linux filesystem in order to compile.
In your Ubuntu terminal, run this command:
sudo apt install -y binutils-mips-linux-gnu build-essential git libcapstone-dev pkgconf python3 gcc-mips-linux-gnu
Note that, unlike the vanilla SM64 decompilation repository, this repository also requires the gcc-mips-linux-gnu
package.
If you're using a Linux distro other than Ubuntu, these are the install strings you should use instead:
sudo dnf update
sudo dnf install binutils-mips64-linux-gnu base-devel git capstone-devel pkgconf python3 gcc-mips-linux-gnu
sudo pacman -Syu
sudo pacman -S git make capstone g++ gcc pkgconf
- You will also need to get
mips64-elf-binutils
andmips64-elf-gcc
from the AUR.
Previous Mounting WSL as a Network Drive |
Installing Dependencies Installing HackerSM64 |
Next Setting up a Hack Repository |