From 60f27e743ec55c368cef5024562038ee3fb6d01d Mon Sep 17 00:00:00 2001 From: Kenix3 Date: Tue, 12 May 2020 17:47:29 -0400 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Installation.md b/Installation.md index 82baacf..059e67a 100644 --- a/Installation.md +++ b/Installation.md @@ -29,6 +29,7 @@ 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: +### Option A 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: ``` @@ -36,6 +37,9 @@ export QEMU_IRIX="/path/to/qemu-mips" ``` Save and close/reopen your terminal window. +### Option B +Ensure that QEMU_IRIX is not a defined environment variable. +Copy qemu-mips to /path/to/repository/tools/qemu-mips ## Step 5: Make a fork of the main repository https://github.com/zeldaret/mm.git and clone your fork.