From 72cfbf7a9d182d8eaa786c63f8d39a3346b2e119 Mon Sep 17 00:00:00 2001 From: angie Date: Mon, 10 May 2021 21:34:18 -0400 Subject: [PATCH] Add `libpng` to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 137661716a..8a4d9f9c25 100644 --- a/README.md +++ b/README.md @@ -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)