Make sure that the driver to your 3D graphic card is proper installed and working.
Check if your sourcelist is fully enabled (universe, multiverse and mediabuntu).
Next step is to download Compiling tools and the right libs to make Secret Maryo Chronicles work.
Code:
sudo apt-get update && sudo apt-get upgrade sudo apt-get install build-essential checkinstall auto-apt sudo apt-get install bcp libcegui-mk2-dev libsdl1.2-dev libsdl-ttf2.0-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libglu1-mesa-dev libgl1-mesa-dev
Done.
Download Secret Maryo Chronicles Linux tarball package and the music package (.zip) to your Desktop.
To the terminal;
Code:
cd ~/Desktop tar jxfv smc-1.5.tar.bz2 cd smc-1.5 auto-apt run ./configure make checkinstall --install=no sudo dpkg -i *.deb cd .. unzip SMC_music_4.0_high.zip cd data sudo cp -r * /usr/local/share/smc
Download the maryo.png to your Desktop.
Code:
cd ~/Desktop sudo mv maryo.png /usr/local/share/smc sudo nano /usr/share/applications/smc.desktop
Add the following;
[Desktop Entry]
Name=Secret Maryo Chronicles
Comment=Secret Maryo Chronicles is an Open Source two-dimensional platform game$
Exec=smc
Icon=/usr/local/share/smc/maryo.png
Terminal=false
Type=Application
Categories=Application;Game;
Save (ctrl)+(o) and Exit (ctrl)+(x)
You can now launch Secret Maryo Chronicles by Applications —> Games —> Secret Maryo Chronicles
or by typing smc in the terminal.
Enjoy!