Last active
May 1, 2016 11:37
-
-
Save douglasrizzo/e27f70a43004140431c9 to your computer and use it in GitHub Desktop.
ePSXe prerequisites on Linux 64 bits
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
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