mirror of https://github.com/zeldaret/mm.git
Updated Installation (markdown)
parent
d62b35f1de
commit
5c5ba53360
|
@ -26,9 +26,6 @@ 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.
|
||||
|
||||
## Step 4:
|
||||
Make a fork of the main repository https://github.com/zeldaret/mm.git and clone your fork.
|
||||
|
||||
## Step 5:
|
||||
|
@ -40,7 +37,7 @@ git submodule update --init --recursive
|
|||
pip3 install -r requirements.txt
|
||||
```
|
||||
|
||||
## Step 6:
|
||||
## Step 5:
|
||||
|
||||
You will need to acquire a copy of the ROM. The md5 of this ROM should be `2a0a8acb61538235bc1094d297fb6556`.
|
||||
|
||||
|
@ -58,7 +55,7 @@ make disasm
|
|||
|
||||
This will create the build folders as well as a newly created asm folder containing the disassemblies of nearly all the files containing code.
|
||||
|
||||
## Step 7:
|
||||
## Step 6:
|
||||
|
||||
Type the following:
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue