mirror of
https://gitlab.com/dk64_decomp/dk64.git
synced 2025-03-01 04:07:37 +00:00
donkey
Grab tools
git submodule update --init --recursive
Drop in US
as baserom.us.z64
(sha1sum: cf806ff2603640a748fca5026ded28802f1f4a50
)
To extract and build everything
make
Prerequisites
Ubuntu 18.04 or higher.
sudo apt-get update && \
sudo apt-get install -y \
binutils-mips-linux-gnu \
build-essential \
gcc-mips-linux-gnu \
less \
libglib2.0 \
python3 \
python3-pip \
unzip \
wget \
libssl-dev \
vbindiff
sudo python3 -m pip install \
capstone pyyaml pylibyaml pycparser \
colorama ansiwrap watchdog python-Levenshtein cxxfilt \
python-ranges \
pypng anybadge \
tqdm intervaltree n64img spimdisasm
Description
Languages
C
91.8%
Python
3.2%
TeX
1.9%
C++
1.5%
Makefile
0.7%
Other
0.7%