Skip to main content

Thread: Here is the installer script to play Super Nintendo over the NET for Ubuntu !!


run script ubuntu , debian

code:
#!/bin/sh  cd /tmp  mkdir zsnesnet  cd zsnesnet  wget -n "http://linksadventure.no-ip.biz/programs/zsnesnet.tar.bz2"    sudo apt-get install nasm  libsdl1.2-dev    tar xvf zsnesnet.tar.bz2  ./configure  make   make install  cd /tmp  cp -a zsnesnet /usr/bin  ln -s /usr/bin/zsnesnet/zsnes  /usr/bin/zsnesnet

:
server side:
server needs no keypad
$ zsnesnet
configure input #1
$ zsnesnet
netplay > connect server

client side:
client needs keypad
$ zsnesnet
configure input #2
quit
$ zsnesnet
wait server choose game !!

play, enjoy !!



bit tricky, hope programmers of znes read post & realize how complicateed play under ubuntu linux
attached files attached files



Forum The Ubuntu Forum Community Ubuntu Specialised Support Gaming & Leisure Here is the installer script to play Super Nintendo over the NET for Ubuntu !!


Ubuntu

Comments

Popular posts from this blog

sd card Could not find FAT16/FAT32 partition [solved]

Sketch upload fails with Java error (___REMOVE___/bin/avrdude)!

DHT11 Time out error using v0.4.1library