Skip to content

Instantly share code, notes, and snippets.

@digarok
Created August 24, 2018 21:02
Show Gist options
  • Save digarok/6cef303722891a602c8782592eaa0b89 to your computer and use it in GitHub Desktop.
Save digarok/6cef303722891a602c8782592eaa0b89 to your computer and use it in GitHub Desktop.
Build GSplus with hardware acceleration on Jessie/Retropie from scratch
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