shithub: pokecrystal

Download patch

ref: fed51c47f0c03ccc05b57dddbdfbf1e7e7e8ac2d
parent: c05a2d255befc2d3b7fdf3c5375fa9a015c13632
author: mid-kid <esteve.varela@gmail.com>
date: Mon Nov 19 15:02:07 EST 2018

Add flex and pkg-config to INSTALL.md

--- a/INSTALL.md
+++ b/INSTALL.md
@@ -90,7 +90,7 @@
 To install **rgbds**:
 
 ```bash
-sudo apt-get install bison libpng-dev
+sudo apt-get install pkg-config flex bison libpng-dev
 git clone --depth=1 https://github.com/rednex/rgbds
 sudo make -C rgbds CFLAGS=-O2 install
 ```
@@ -106,7 +106,7 @@
 To install **rgbds**:
 
 ```bash
-sudo zypper install bison libpng16-devel
+sudo zypper install pkg-config flex bison libpng16-devel
 git clone --depth=1 https://github.com/rednex/rgbds
 sudo make -C rgbds CFLAGS=-O2 install
 ```
@@ -122,7 +122,7 @@
 To install **rgbds**:
 
 ```bash
-sudo pacman -S bison libpng
+sudo pacman -S pkg-config flex bison libpng
 git clone --depth=1 https://github.com/rednex/rgbds
 sudo make -C rgbds CFLAGS=-O2 install
 ```
@@ -152,6 +152,8 @@
 
 If `rgbds` is not available, you'll also need these:
 
+- `pkg-config`
+- `flex`
 - `bison`
 - `libpng` (and the development headers)