From 3fca6f2bbb0f87e06fb077b5c92160d463e9c488 Mon Sep 17 00:00:00 2001 From: Nicholas Estelami Date: Fri, 10 Apr 2020 16:16:49 -0400 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Getting-Started.md b/Getting-Started.md index bfceba6..fdc5d46 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -17,10 +17,10 @@ gcc g++ ``` -## Step 2: +## Step 3: Download ido7.1_compiler.zip and qemu-irix.zip from the Releases section. Extract the first to the tools folder and the second to a folder of your choosing. -## Step 3: +## Step 4: Open up your .bashrc file (~/.bashrc), scroll to the bottom, and add the following, replacing the paths as necessary: @@ -31,10 +31,10 @@ export MIPS_BINUTILS_PREFIX=mips-linux-gnu- Save and close/reopen your terminal window. -## Step 4: +## Step 5: Make a fork of the main repository https://github.com/zeldaret/oot.git and clone your fork. -## Step 5: +## Step 6: Copy over your copy of the Debug ROM to the oot_src folder you just cloned. Rename the file to "baserom_original.z64" or "baserom_original.n64", depending on the original extension. Then in the terminal window type the following command: @@ -44,7 +44,7 @@ make setup This will generate a new ROM called "baserom.z64" that will have the overdump removed and the header patched. It will also extract the individual assets from the ROM. -## Step 6: +## Step 7: Type the following: ```