DigiBand is a full home version Drumming/Guitar simulator. It isn't just intended to be a simulator, but a uniquely refreshing new experience. It is much different than simulators already out there.
Make sure that the driver to your 3D graphic card is proper installed and working.
Check if your sourcelist is fully enable (universe, multiverse and Mediabuntu).
Next step is to download Compiling tools and the right libs to make DigiBand work. To the terminal;
Code:
sudo aptitude update && sudo aptitude upgrade sudo aptitude install build-essential sudo aptitude install libsdl1.2-dev libsdl-ttf2.0-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libavcodec-dev libavformat-dev libopenal-dev libsndfile1-dev ffmpeg
Download DigiBand Linux Source Code to your Desktop;
To the terminal;
Code:
mkdir ~/.Games cd ~/Desktop tar jxfv digiband-v1.0.1.tar.bz2 cd DigiBand/Source make -f Makefile.linux cp DigiBand .. cd ~/Desktop mv DigiBand ~/.Games
Download the digiband.png to your Desktop.
Code:
cd ~/Desktop
mv digiband.png ~/.Games/DigiBand
nano ~/.Games/DigiBand/Launch-DigiBand.sh
add the following;
#!/bin/bash
cd ~/.Games/DigiBand
./DigiBand
Save (ctrl)+(o) and Save (ctrl)+(x)
Code:
chmod +x ~/.Games/DigiBand/Launch-DigiBand.sh alacarte
Go to Games and make a new entry;
Name: DigiBand
Command: sh /home/USERNAME/.Games/DigiBand/Launch-DigiBand.sh
Comment: DigiBand is a full home version Drumming/Guitar simulator. It isn't just intended to be a simulator, but a uniquely refreshing new experience. It is much different than simulators already out there.
Icon: ~/.Games/DigiBand/digiband.png
You can launch DigiBand by Applications —> Games —> DigiBand
Enjoy!