Skip to content

Instantly share code, notes, and snippets.

@gondrup
Forked from douglasrizzo/epsxe-install.sh
Created May 1, 2016 11:37
Show Gist options
  • Select an option

  • Save gondrup/80907df5df4546cd9e9b6b900b8e3c0e to your computer and use it in GitHub Desktop.

Select an option

Save gondrup/80907df5df4546cd9e9b6b900b8e3c0e to your computer and use it in GitHub Desktop.
ePSXe prerequisites on Linux 64 bits
sudo apt install libncurses5:i386 libgtk2.0-0:i386 libasound2:i386 libsdl1.2debian:i386 libsdl-ttf2.0-0:i386
wget archive.debian.org/debian/pool/main/g/gcc-2.95/libstdc++2.10-glibc2.2_2.95.4-27_i386.deb
sudo dpkg -i libstdc++2.10-glibc2.2_2.95.4-27_i386.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment