From baed3086d000c579503b3af3197c3d1cf9ac7040 Mon Sep 17 00:00:00 2001 From: Aaahh Ahh Date: Sat, 17 Feb 2018 15:25:36 -0500 Subject: [PATCH] Update Package names libpulse and libxext6-dev don't exist, also add libglx0 as it's not installed by default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e46cd4f..69ca3b4 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,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 libpulse libpulse-dev libglfw3 libglfw3-dev libxext6 libxext6-dev python make gcc +sudo apt-get install libpulse0 libpulse-dev libglfw3 libglfw3-dev libglx0 libxext6 libxext-dev python make gcc ``` ## [Configuration](https://github.com/wacossusca34/glava/wiki)