Skip to content

Instantly share code, notes, and snippets.

@erinzm
Last active August 29, 2015 13:56
Show Gist options
  • Save erinzm/8968954 to your computer and use it in GitHub Desktop.
Save erinzm/8968954 to your computer and use it in GitHub Desktop.
M64Py installer!
#!/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