Skip to content

Commit 8a23093

Browse files
committed
Merge pull request Aloshi#197 from vikbez/patch-1
Update README.md (invalid apt-get command for mesa)
2 parents 019e78d + 56df45c commit 8a23093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ sudo apt-get install libsdl1.2-dev libboost-system-dev libboost-filesystem-dev l
3737

3838
On "desktop" Linux (that is, *not* the Raspberry Pi), you'll also need OpenGL. Try installing the MESA development package with:
3939
```
40-
sudo apt-get libgl1-mesa-dev
40+
sudo apt-get install libgl1-mesa-dev
4141
```
4242

4343
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.

0 commit comments

Comments
 (0)