mirror of https://github.com/zeldaret/mm.git
Updated Installation (markdown)
parent
b02f12921d
commit
ef7f0f14ec
|
@ -26,7 +26,10 @@ sudo apt-get install python3-pip
|
|||
```
|
||||
|
||||
## Step 3:
|
||||
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](https://github.com/zeldaret/mm/releases/) section.
|
||||
- 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.
|
||||
- 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 4.
|
||||
|
||||
## Step 4:
|
||||
### Option A
|
||||
|
|
Loading…
Reference in New Issue