Skip to content

Instantly share code, notes, and snippets.

@therocco
Last active May 6, 2018 21:05
Show Gist options
  • Save therocco/bd74ee93b8ac3176ecdbbc30ec3a72b8 to your computer and use it in GitHub Desktop.
Save therocco/bd74ee93b8ac3176ecdbbc30ec3a72b8 to your computer and use it in GitHub Desktop.
# 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