Requirements. Install the libSDL libraries with apt-get.
apt-get install libsdl1.2-devInstallation. Download the sourcecode from the Pipe Panic website.
Extract and compile the package.
tar -xzvf pipepanic-0.1.3-source.tar.gz(For the last step above you need to have the build tools installed. See my earlier post on post-installation setup.)
cd pipepanic
make
Test it.
./pipepanic -fInstall system wide.
mv pipepanic pipepanic.binCreate a file called pipepanic containing the following three lines.
#!/bin/bashCopy the pipepanic directory into /usr/local.
cd /usr/local/pipepanic-0.1.3
exec ./pipepanic.bin -f
cd ..Create symbolic links
mv pipepanic-0.1.3-source /usr/local/pipepanic-0.1.3
cd /usr/local/binAdd a menu entry. To add an entry to the Xfce menu, create a file called /usr/share/applications/pipepanic.desktop containing the following.
ln -s ../pipepanic-0.1.3/pipepanic .
[Desktop Entry]
Encoding=UTF-8
Name=Pipe Panic
Comment=Connect the Pipes!
Exec=pipepanic
Icon=
Terminal=false
X-MultipleArgs=false
Type=Application
Categories=Application;Game;ArcadeGame;