diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2025-01-12 08:52:50 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-12 08:52:50 -0800 |
| commit | 74266850b09ac865cb2a9e5f208a903f4b5ec44c (patch) | |
| tree | 9e8a0ba08f4f5e1fb01f784d3bd61b2c4828b9e2 /README.md | |
| parent | e8e73fe771069f310208c2c00924ccebbcaa3c42 (diff) | |
Download IDO recomp instead of commiting binaries (#1781)
* download ido
* silence curl
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
