Created
August 24, 2018 21:02
-
-
Save digarok/6cef303722891a602c8782592eaa0b89 to your computer and use it in GitHub Desktop.
Build GSplus with hardware acceleration on Jessie/Retropie from scratch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/RetroPie/RetroPie-Setup | |
cd RetroPie-Setup | |
sudo ./retropie_packages.sh sdl2 | |
sudo apt-get update -y | |
sudo apt-get install -y libpcap0.8-dev libsdl2-image-dev | |
git clone https://github.com/digarok/gsplus.git | |
cd gsplus/src | |
ln -s vars_rpilinux_sdl2 vars | |
make | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment