From 56df45c58005b9d9d19a0d0fc57b5f375d1a8aab Mon Sep 17 00:00:00 2001 From: Romain Gay Date: Tue, 15 Jul 2014 16:47:51 +0200 Subject: [PATCH] Update README.md invalid apt-get command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 290fd013a..14f555839 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ sudo apt-get install libsdl1.2-dev libboost-system-dev libboost-filesystem-dev l On "desktop" Linux (that is, *not* the Raspberry Pi), you'll also need OpenGL. Try installing the MESA development package with: ``` -sudo apt-get libgl1-mesa-dev +sudo apt-get install libgl1-mesa-dev ``` On the Raspberry Pi, there are also a few special libraries, located in /opt/vc/: the Broadcom libraries, libEGL, and GLES. You shouldn't need to install them.