Updated Installation (markdown)

Kenix3 2020-05-12 17:47:29 -04:00
parent 47c17aee33
commit 60f27e743e
1 changed files with 4 additions and 0 deletions

@ -29,6 +29,7 @@ sudo apt-get install python3-pip
Download build_tools.zip from the Releases section and extract it to the tools folder. This contains the compilers the decompilation uses, as well as a modified version of Qemu to emulate them on a modern Linux system. The compilers must go into the tools folder. Qemu may be placed wherever you like. Download build_tools.zip from the Releases section and extract it to the tools folder. This contains the compilers the decompilation uses, as well as a modified version of Qemu to emulate them on a modern Linux system. The compilers must go into the tools folder. Qemu may be placed wherever you like.
## Step 4: ## Step 4:
### Option A
Open up your .bashrc file (~/.bashrc), scroll to the bottom, and add the following, replacing `/path/to/qemu-mips` with the location the qemu-mips you extracted from the build tools: Open up your .bashrc file (~/.bashrc), scroll to the bottom, and add the following, replacing `/path/to/qemu-mips` with the location the qemu-mips you extracted from the build tools:
``` ```
@ -36,6 +37,9 @@ export QEMU_IRIX="/path/to/qemu-mips"
``` ```
Save and close/reopen your terminal window. Save and close/reopen your terminal window.
### Option B
Ensure that QEMU_IRIX is not a defined environment variable.
Copy qemu-mips to /path/to/repository/tools/qemu-mips
## Step 5: ## Step 5:
Make a fork of the main repository https://github.com/zeldaret/mm.git and clone your fork. Make a fork of the main repository https://github.com/zeldaret/mm.git and clone your fork.