Compiling your own Applications from Source.

Chris Peterman c.peterman at gmail.com
Wed Nov 30 04:32:56 UTC 2005


If you got it from Apt (using apt-get source <package>) then executing
sudo apt-get build-dep <package> will install everything needed for it. 

If not, its best to read the README and INSTALL files from the Tarball.
It should tell you what you need.

At a MINIMUM you are going to need build-essential.

The ./configure script (when it fails due to depends) is generally good.
Use dlocate (sudo apt-get install dlocate) to find out what package
provides the missing file(s). Trial and Error are best :D

~ Chris Peterman 

On Tue, 2005-11-29 at 21:19 -0700, Holger Rumland wrote:
> Hi everyone,
> I would like to compile some gnome/gkt applications by my own from the
> source tarball. Therefore I
> need to know which packages need to be installed, so that this process
> will run successful. Unfortunate
> there is no Meta package which would install the required packages all
> at once. 
> 
> a) what packages are required ?
> b) is there some parameter required with ./config like (./config
> --suffix) ?
> 
> Thanks in advance for any help
> 
> 
> 
> Holger
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20051129/33615da3/attachment.sig>


More information about the ubuntu-users mailing list