From c796d6aba1774dc259fda3d8fb97e67155d4506a Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Sat, 18 Apr 2020 11:41:09 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55d6b43a..ba205253 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ git clone --recursive https://gitlab.com/kelteseth/ScreenPlay.git .\install-dependencies.bat //Linux -sudo apt install git gcc cmake build-essential +sudo apt install git gcc cmake build-essential libgl1-mesa-dev chmod +x install-dependencies.sh .\install-dependencies.sh ```