As an alternative to the method in the linked thread: http://forum.excito.net/viewtopic.php?f=9&t=3366, I am trying to install a piece of software that does not come as a debian package, but as a tar ball.
Since I'm new to the command prompt, I'm not sure where to put the tar ball (which I now have on a USB memory stick, since source forge does not allow me to get through FTP), or quite what to do with it.
Step 1: Where do I put the tar ball before decompressing it?
Step 2: What do I do with it once it is decompressed? Am I correct in assuming that I should give the commands
- ./configue
make
make install
Step 3: Is that all?
Any help is greatly welcomed!