Skip to content

Instantly share code, notes, and snippets.

@alfius
Created April 27, 2013 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfius/5474681 to your computer and use it in GitHub Desktop.
Save alfius/5474681 to your computer and use it in GitHub Desktop.
This script installs Nestopia and its dependencies under linux. The resulting binary is created at ./nestopia/nst
sudo apt-get install build-essential libgtk2.0-dev libsdl-dev
mkdir nestopia
cd nestopia
wget -O Nestopia140src.zip http://prdownloads.sourceforge.net/nestopia/Nestopia140src.zip?download
wget http://rbelmont.mameworld.info/nst140_lnx_release_h.zip
unzip Nestopia140src.zip
unzip nst140_lnx_release_h.zip
make
mkdir -p ~/.nestopia
touch ~/.nestopia/nstcontrols
rm Nestopia140src.zip
rm nst140_lnx_release_h.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment