mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-21 14:25:22 +00:00
Add libpng
to readme
This commit is contained in:
parent
5de22b5036
commit
72cfbf7a9d
1 changed files with 2 additions and 1 deletions
|
@ -80,12 +80,13 @@ The build process has the following package requirements:
|
||||||
* build-essential
|
* build-essential
|
||||||
* binutils-mips-linux-gnu
|
* binutils-mips-linux-gnu
|
||||||
* python3
|
* python3
|
||||||
|
* libpng
|
||||||
|
|
||||||
Under Debian / Ubuntu (which we recommend using), you can install them with the following commands:
|
Under Debian / Ubuntu (which we recommend using), you can install them with the following commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install git build-essential binutils-mips-linux-gnu python3
|
sudo apt-get install git build-essential binutils-mips-linux-gnu python3 libpng-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 2. Download and set up qemu-irix (optional)
|
#### 2. Download and set up qemu-irix (optional)
|
||||||
|
|
Loading…
Add table
Reference in a new issue