From f4fd988c24b03a82ff51944eff0bb60eaf858fe1 Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Thu, 2 Dec 2021 21:04:47 -0500 Subject: [PATCH] Add note about gcc-mips-linux-gnu requirement to README.md. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4d5cb2cab3..4495a0e398 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,10 @@ sudo apt-get update sudo apt-get install git build-essential binutils-mips-linux-gnu python3 libpng-dev ``` +If you are using GCC as the compiler for Ocarina of Time, you will also need: + +* gcc-mips-linux-gnu + #### 2. Clone the repository Clone `https://github.com/zeldaret/oot.git` where you wish to have the project, with a command such as: