Last active
May 6, 2018 21:05
-
-
Save therocco/bd74ee93b8ac3176ecdbbc30ec3a72b8 to your computer and use it in GitHub Desktop.
This file contains 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
# install zip/unzip if you haven't already | |
sudo apt install unzip zip | |
# download the binary and unzip and make binary executable | |
wget "http://www.epsxe.com/files/ePSXe205linux_x64.zip" | |
unzip ePSXe205linux_x64.zip | |
chmod a+x epsxe_x64 | |
# install dependencies | |
sudo apt-get install --reinstall libssl1.0.0 | |
sudo apt-get install libsdl-ttf2.0-0 | |
# run software | |
(./epsxe_x64 &) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment