Update README with accurate instructions for Ubuntu/Debian

This commit is contained in:
Jarcode
2018-04-06 17:05:58 -07:00
parent 869ebba6b4
commit 279437dcd1

View File

@@ -30,7 +30,7 @@ You can pass `BUILD=debug` to the makefile for debug builds of both glad and gla
**Ubuntu/Debian users:** the following command ensures you have all the needed packages and headers to compile GLava:
```bash
sudo apt-get install libpulse0 libpulse-dev libglfw3 libglfw3-dev libglx0 libxext6 libxext-dev python make gcc
sudo apt-get install libpulse0 libpulse-dev libglfw3 libglfw3-dev libxext6 libxext-dev python make gcc
```
## [Configuration](https://github.com/wacossusca34/glava/wiki)