Clone the repository, then run git submodule update --init --recursive
git clone git@github.com:halkuncode/anothermind-decomp.git --recursive &&\
cd anothermind-decompInstall the necessary dependencies:
#Create the python virtual environment
make requirements
# Debian/Ubuntu
sudo add-apt-repository ppa:longsleep/golang-backports
sudo apt update
sudo apt install golang-go ninja-build 7zip bchunk binutils-mipsel-linux-gnu gcc-mipsel-linux-gnu
# Arch Linux
sudo pacman -S go ninja 7zip bchunk
yay mipsel-linux-gnu-binutils mipsel-linux-gnu-gccCreate a /disks directory and place the required disk images within:
#Create the disks directory
mkdir disk
# Copy the following files into /disks
'disk/Another Mind (Japan).bin'
'disk/Another Mind (Japan).cue'after this extract the data files:
make disk