summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-06-13 17:01:04 -0400
committerGitHub <noreply@github.com>2017-06-13 17:01:04 -0400
commite1c2876ff69986c0d537507f96d3c270b745273b (patch)
tree87be22d13b29ed75e4c3802854b7c3e92d21b7ee
parentfb154f5a6e43a86801fd16f392633c854d099ac4 (diff)
parentb8bf062c8fdd4f4aff0017b7d9de27fdc0909e3f (diff)
Merge pull request #367 from SkyrisBactera/patch-1
rgbds: Missing a dependency
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 0d48f6daf..c68896bb6 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -7,7 +7,7 @@ If you run into trouble, ask on irc ([**freenode#pret**](https://kiwiirc.com/cli
# Linux
```bash
-sudo apt-get install make gcc bison git
+sudo apt-get install make gcc bison git libpng-dev
git clone https://github.com/rednex/rgbds
cd rgbds