Skip to content

Instantly share code, notes, and snippets.

@diegoboot
Created October 25, 2016 21:49
Show Gist options
  • Select an option

  • Save diegoboot/4d6d8cf8dfb43253af8c68323a5af059 to your computer and use it in GitHub Desktop.

Select an option

Save diegoboot/4d6d8cf8dfb43253af8c68323a5af059 to your computer and use it in GitHub Desktop.
👾 Stella - Emulador Atari 2600 https://youtu.be/pG21pDMSI_Q
# Confira se o seu sistema é de 32 bits ou 64 bits
uname -m
# Para sistemas 32 bits
wget http://ufpr.dl.sourceforge.net/project/stella/stella/4.7.1/stella_4.7.1-1_i386.deb -O stella.deb
# Para sistemas 64 bits
wget http://ufpr.dl.sourceforge.net/project/stella/stella/4.7.1/stella_4.7.1-1_amd64.deb -O stella.deb
# Instale do Stella
sudo dpkg -i stella.deb
sudo apt-get install -f # Se necessário, instale as dependências do Setlla
 
# Se precisar desinstalar
sudo apt-get remove stella*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment