summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2025-01-12 08:52:50 -0800
committerGitHub <noreply@github.com>2025-01-12 08:52:50 -0800
commit74266850b09ac865cb2a9e5f208a903f4b5ec44c (patch)
tree9e8a0ba08f4f5e1fb01f784d3bd61b2c4828b9e2 /README.md
parente8e73fe771069f310208c2c00924ccebbcaa3c42 (diff)
Download IDO recomp instead of commiting binaries (#1781)
* download ido * silence curl
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4e2c20b7a..b4831aca2 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,7 @@ The build process has the following package requirements:
* git
* build-essential
* binutils-mips-linux-gnu
+* curl
* python3
* python3-pip
* python3-venv
@@ -76,7 +77,7 @@ Under Debian / Ubuntu (which we recommend using), you can install them with the
```bash
sudo apt update
-sudo apt install make git build-essential binutils-mips-linux-gnu python3 python3-pip python3-venv libpng-dev libxml2-dev
+sudo apt install make git build-essential binutils-mips-linux-gnu curl python3 python3-pip python3-venv libpng-dev libxml2-dev
```
#### 2. Clone the repository