Installing Legend of Tux on Ubuntu: Difference between revisions

From LD Smith Games Workshop
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Below are the steps for installing the Legend of Tux on Linux
== Ubuntu 9.04 Live ==
Goto http://www.legendoftux.com and download the Linux binary (lotux_v0_4.tar.gz)
Goto http://www.legendoftux.com and download the Linux binary (lotux_v0_4.tar.gz)


Line 53: Line 57:


Try running ./lotux again, and it should now work.
Try running ./lotux again, and it should now work.
== Mandriva 2010 Live ==
Same steps as for Ubuntu, however Firefox appears to save the file at /home/live/Downloads
If you get the message about libSDL_mixer-1.2.so.0 when running ./lotux, do the following steps:
Download the following:
http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.11-1.i586.rpm
[[File:Mandriva install 01.png|200px]]
Select "OK" to open with "Software Installer"
Press "Install" to install the Libraries
[[File:Mandriva install 02.png|200px]]
After running ./lotux again, I was able to run the program, however it tries to play music for all program through the computer's internal speaker, instead of using my Logitech speakers.  I will have to look into this some more to figure out the problem.

Revision as of 05:43, 16 November 2009

Below are the steps for installing the Legend of Tux on Linux

Ubuntu 9.04 Live

Goto http://www.legendoftux.com and download the Linux binary (lotux_v0_4.tar.gz)

Ubuntu install 01.png

Save the file to your home directory. By default, Firefox may save the file to your desktop. In that case, move the file to your home directory. I'm using a Live Ubuntu distribution, so my home directory is /home/ubuntu.

 cd Desktop
 mv lotux_v0.4.tar.gz ..

Ubuntu install 02.png


Open a terminal, go to your home directory, and extract the file.

 gzip -d lotux_v0_4.tar.gz
 tar -xvf lotux_v0_4.tar

Go to the release_ubuntu directory, and try to run the executable

 cd release_ubuntu
 ./lotux

It if runs, great!

If you get the message below:

 ./lotux: error while loading shared libraries: libSDL_mixer-1.2.so.0:
 cannot open shared object file: No such file or directory

Then perform the following steps:

Run Synaptic Package Manager (should be under System => Administration)

Enter "SDL" in the Quick Search, and find "libsdl-mixer1.2" in the list. Click the box next to it, and select "Mark for installation".

Ubuntu install 03.png

Ubuntu install 04.png

Select "Mark" on the screen to install the additional packages.

Click the "Apply" button.

Ubuntu install 05.png

Press "Apply" on the next screen.

Ubuntu install 06.png

Press "Close" when it says it is okay to do so.

Ubuntu install 07.png

Try running ./lotux again, and it should now work.


Mandriva 2010 Live

Same steps as for Ubuntu, however Firefox appears to save the file at /home/live/Downloads

If you get the message about libSDL_mixer-1.2.so.0 when running ./lotux, do the following steps:

Download the following: http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.11-1.i586.rpm

Mandriva install 01.png

Select "OK" to open with "Software Installer"

Press "Install" to install the Libraries

Mandriva install 02.png

After running ./lotux again, I was able to run the program, however it tries to play music for all program through the computer's internal speaker, instead of using my Logitech speakers. I will have to look into this some more to figure out the problem.