Make sure your sourcelist is correctly set.
Next is to install the tools and libs to build and run Powder.
Code:
sudo aptitude update && sudo aptitude safe-upgrade sudo aptitude install build-essential sudo aptitude install libsdl1.2-dev libstdc++6-4.1-dev
Done.
Download Powder source code to your Desktop;
Download
Code:
mkdir -p ~/.Games/Powder cd ~/Desktop tar zxfv powder103_src.tar.gz cd powder103_src sh buildall.sh cp -r * ~/.Games/Powder
Done.
Save powder.png to your Desktop.
Code:
cd ~/Desktop
mv powder.png ~/.Games/Powder
nano ~/.Games/Powder-launch.sh
add the following;
#!/bin/bash
cd ~/.Games/Powder
./powder
Save [ctrl] + [o] and exit [ctrl] + [x].
Code:
chmod +x ~/.Games/Powder-launch.sh alacarte
Go to the Game section in Alacarte and push the New Item button. Fill in;
Name: Powder
Command: sh /home/USERNAME/.Games/Powder-launch.sh
Comment: Powder is a rogue game.
Icon: ~/.Games/Powder/powder.png
You can now launch Powder by Applications tab —> Games —> POwder
Enjoy!