Skip to content

Instantly share code, notes, and snippets.

@douglasrizzo
Last active May 1, 2016 11:37
Show Gist options
  • Save douglasrizzo/e27f70a43004140431c9 to your computer and use it in GitHub Desktop.
Save douglasrizzo/e27f70a43004140431c9 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