From d62b35f1de8df6c17df84e99f07f36f8a51ffdc3 Mon Sep 17 00:00:00 2001 From: Kenix3 Date: Tue, 12 May 2020 17:10:06 -0400 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/Installation.md b/Installation.md index ad396ed..508685b 100644 --- a/Installation.md +++ b/Installation.md @@ -29,20 +29,9 @@ sudo apt-get install python3-pip 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: - -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: - -``` -export QEMU_IRIX="/path/to/qemu-mips" -export MIPS_BINUTILS_PREFIX=mips-linux-gnu- -``` - -Save and close/reopen your terminal window. - -## Step 5: Make a fork of the main repository https://github.com/zeldaret/mm.git and clone your fork. -## Step 6: +## Step 5: Navigate to the folder you just cloned. Type the following commands: @@ -51,7 +40,7 @@ git submodule update --init --recursive pip3 install -r requirements.txt ``` -## Step 7: +## Step 6: You will need to acquire a copy of the ROM. The md5 of this ROM should be `2a0a8acb61538235bc1094d297fb6556`. @@ -69,7 +58,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 8: +## Step 7: Type the following: ```