From b77d1a7b3a149f69c41867c26726fca052a39103 Mon Sep 17 00:00:00 2001 From: Levi Webb Date: Sat, 2 Mar 2019 11:26:03 -0800 Subject: [PATCH] Update build requirements, closes #102 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bbc22b..5448dbf 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 libpulse0 libpulse-dev libxext6 libxext-dev libxcomposite-dev make gcc +sudo apt-get install libpulse0 libpulse-dev libxext6 libxext-dev libxrender-dev libxcomposite-dev make gcc ``` ## Installation