mirror of
https://github.com/zeldaret/oot
synced 2026-05-27 08:08:42 -04:00
Add libpng to readme
This commit is contained in:
@@ -80,12 +80,13 @@ The build process has the following package requirements:
|
||||
* build-essential
|
||||
* binutils-mips-linux-gnu
|
||||
* python3
|
||||
* libpng
|
||||
|
||||
Under Debian / Ubuntu (which we recommend using), you can install them with the following commands:
|
||||
|
||||
```bash
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user