Last active
August 29, 2015 13:56
-
-
Save erinzm/8968954 to your computer and use it in GitHub Desktop.
M64Py installer!
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
#!/bin/bash | |
# Install M64Py | |
cd | |
mkdir m64py | |
cd m64py | |
sudo apt-get install python-qt4 python3-qt4 libsdl1.2-dev | |
wget http://downloads.sourceforge.net/project/m64py/m64py-0.2.0/m64py_0.2.0-1_all.deb?r=http%3A%2F%2Fm64py.sourceforge.net%2F&ts=1392242617&use_mirror=hivelocity | |
mv m64py_0.2.0-1_all.deb?r=http:%2F%2Fm64py.sourceforge.net%2F m64py_0.2.0-1_all.deb | |
sudo dpkg -i install m64py_0.2.0-1_all.deb | |
echo "Done!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment