Updated Installation (markdown)

Kenix3 2020-09-12 01:32:12 -04:00
parent b02f12921d
commit ef7f0f14ec
1 changed files with 4 additions and 1 deletions

@ -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