From 856dd416623223f8f255bd0fb94ccf20a490fe4d Mon Sep 17 00:00:00 2001 From: Mark Street Date: Sun, 24 Aug 2025 09:19:19 +0100 Subject: [PATCH] Add wget as requirement in README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8128718a..02dcd645 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,13 @@ The build process requires the following packages: - build-essential - python3 - binutils-mips-linux-gnu (libultra* only) +- wget -Under Debian / Ubunutu you can install them with the following commands: +Under Debian / Ubuntu you can install them with the following commands: ```bash sudo apt update -sudo apt install build-essential python3 +sudo apt install build-essential python3 wget ``` If building any libultra you can install binutils-mips-linux-gnu with: @@ -49,7 +50,7 @@ sudo apt install binutils-mips-linux-gnu ## Building Run make setup with the proper flags set followed by make with optional jobs. -For example, if building the 2.0L PC archive you'd do the following: +For example, if building the 2.0L PC archive you'd do the following: - `make VERSION=L TARGET=libgultra_rom setup` - `make VERSION=L TARGET=libgultra_rom`