Skip to content

Instantly share code, notes, and snippets.

@meleu
Last active April 16, 2018 20:14
Show Gist options
  • Save meleu/e23b1966857e243cab20bbee3120af29 to your computer and use it in GitHub Desktop.
Save meleu/e23b1966857e243cab20bbee3120af29 to your computer and use it in GitHub Desktop.
compiling RetroArch for a RetroPie x86 setup

Note: the --enable-vulkan and --disable-ffmpeg are optional

./configure --prefix="/opt/retropie/emulators/retroarch" \
    --disable-sdl --enable-sdl2 --disable-oss --disable-al --disable-jack --enable-vulkan --disable-ffmpeg
make clean
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment