QUOTE(kons @ Dec 27 2006, 07:28 AM)
You just need to bunzip and untar it. (means extract it)
Check and readme file in the directory where you have extracted the contents and see if all the .so files or other dependencies has been installed.
Type ./configure in the same directory.
Type make and then make install.
This is a common compilation procedure for most Linux program..
Usually further parameters can be passed into it using ./configure command.
hi kons, thanks for the help. unfortunately, it failed at steps 3 (Type ./configure in the same directory).
this is what I got:
admin@bob-Ubuntu:~/Desktop/BTDownload/gnome-btdownload-0.0.27$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... none
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
and attached is the config.log
thanks
This post has been edited by bobtiang: Dec 28 2006, 03:17 AM