Updated Getting Started (markdown)

Nicholas Estelami 2020-04-10 16:16:49 -04:00
parent b017f82980
commit 3fca6f2bbb
1 changed files with 5 additions and 5 deletions

@ -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:
```