From 5c5ba533602e81f823ca537933c92b4f2f417088 Mon Sep 17 00:00:00 2001 From: Kenix3 Date: Tue, 12 May 2020 17:12:15 -0400 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Installation.md b/Installation.md index 508685b..c73385d 100644 --- a/Installation.md +++ b/Installation.md @@ -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: ```