PDA

View Full Version : A simple question on compiling



mahy
May 15th, 2007, 06:58 PM
Hi y'all,

i'd like to compile and use Pidgin on my Feisty box, but i don't like the plain make install, and checkinstall 1.6.1 produces a faulty package. I wanna compile it in a 'portable' way, so that everything gets installed into a single directory, just like the official Firefox and Thunderbird releases (you just unpack it and run). Is it possible to achieve with ./configure and make parameters? If yes, how? TIA for any help.

FuturePast
May 16th, 2007, 02:21 AM
$ ./configure --help
$ ./configure --prefix=/opt/pidgin

mahy
May 16th, 2007, 09:03 AM
$ ./configure --help
$ ./configure --prefix=/opt/pidgin

THX a lot, i've gotta try it out? Is it really that simple? :-P