Update README.md

This commit is contained in:
Dimitris Panokostas 2017-02-10 14:32:37 +01:00 committed by GitHub
parent b90338a13e
commit b618ff3cba

View file

@ -44,7 +44,7 @@ Then download the SDL2 source tarball (currently on v2.0.5):
Next, configure SDL2 to disable OpenGL, in order to be able to open screens directly from the console using OpenGL ES2 instead:
../configure --disable-pulseaudio --disable-video-opengl
../configure --disable-pulseaudio --disable-esd --disable-video-x11 --disable-video-opengl
Compile and install SDL2: