mirror of https://github.com/zeldaret/mm.git
Updated Installation (markdown)
parent
1bb9a2eb0b
commit
37042ed2ab
|
@ -57,12 +57,13 @@ This command can be used to invoke the diff script in order to aid in decompilin
|
||||||
Happy decompiling!
|
Happy decompiling!
|
||||||
|
|
||||||
## Step 5 (Optional):
|
## Step 5 (Optional):
|
||||||
|
Step 5 is optional since ido recomp is now the default compiler.
|
||||||
|
|
||||||
- Download build_tools.zip from the [Releases](https://github.com/zeldaret/mm/releases/) section.
|
- Download build_tools.zip from the [Releases](https://github.com/zeldaret/mm/releases/) section.
|
||||||
- Extract build_tools.zip to the `/path/to/mm/tools` folder.
|
- Extract build_tools.zip to the `/path/to/mm/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.
|
- 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. If Qemu is not in the builds folder, then you will need to set the correct path in Step 6.
|
- The compilers must go into the tools folder. Qemu may be placed wherever you like. If Qemu is not in the builds folder, then you will need to set the correct path in the next steps.
|
||||||
|
|
||||||
## Step 6 (Optional):
|
|
||||||
### Option A
|
### 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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue