1. downloading the sources (usually a tar.gz archive, but you can also find tbz2) - you've done that 2. locating the directory where you downloaded and moving into that directory with the cd command
cd /path/to/directory
3. decompressing the sources
tar xzf program.tar.gz
if .tbz2
tar xjf program.tbz2
4. look for an INSTALL and/or README file that will tell you the installation steps -- 106485010510997108
First of all, the first thing to do is to read, as my colleague said, the INSTALL and/or README files. To create a .deb from source, there are two solutions: 1) Go through alien (meh) 2) Go through checkinstall
Checkinstall* is no more complicated than compiling:
./configure make make checkinstall -D makeinstall
There are probably still other ways to do it, that's also Linux...
Best regards,
Franz.
*yet another neologism, it's trendy right now :p -- Intel Q6600 + Ubuntu 8.04 // Debian Lenny // Gentoo On Linux, 99% of bugs are between the keyboard and the office chair...
Note that tar.gz files can also contain the binary, as is the case for Firefox. In this case, there is no need to compile; just decompress the archive and run the said software.
And then: http://www.commentcamarche.net/faq/sujet1328 linux install programs package management compile
--
Together, everything becomes impossible Founding member of the FJH
7-zip must decompress it (available in the downloads from this site) -- It takes three days to download an mp3 from Japan (Pascal Negre, president of Universal France)