From 94572ebb9757cc0e0109bd0f99c572b7ce7f68a3 Mon Sep 17 00:00:00 2001 From: a Date: Mon, 16 Jun 2025 18:59:29 -0400 Subject: [PATCH] fix one liner miss --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05f87995..499e88f8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository is a clean slate for basic enhancements built upon the *Super Ma ## Quick Start (for Ubuntu) -1. Install prerequisites: `sudo apt install -y binutils-mips-linux-gnu build-essential git pkgconf python3` +1. Install prerequisites: `sudo apt install -y build-essential git pkgconf python3 isl libgmp-dev libmpfr-dev libmpc-dev` 2. Clone the repo from within Linux: `git clone https://github.com/HackerN64/ultrasm64-2.git` 3. Place a Super Mario 64 ROM called `baserom..z64` into the project folder for asset extraction, where `VERSION` can be `jp`, `us`, `eu`, `sh`, or `cn`. 4. Run `make` to build. Specify the version through `make VERSION=`. Add `-j4` to improve build speed (hardware dependent).