1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00

Update README.md

This commit is contained in:
Elias Steurer 2020-04-18 11:41:09 +00:00
parent 23bb702b82
commit c796d6aba1

View File

@ -74,7 +74,7 @@ git clone --recursive https://gitlab.com/kelteseth/ScreenPlay.git
.\install-dependencies.bat .\install-dependencies.bat
//Linux //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 chmod +x install-dependencies.sh
.\install-dependencies.sh .\install-dependencies.sh
``` ```