Thread: Install?
View Single Post
  #2 (permalink)  
Old October 28th, 2002
guruz guruz is offline
gtk-gnutella user
 
Join Date: October 8th, 2002
Location: Germany
Posts: 74
guruz is flying high
Default

What file did you download?
If you have downloaded the .rpm file the process if quite easy. Just do:

rpm -Uhv name_of_rpm.rpm

If you have the sources you have to extract and compile them. You may need to install additional software to compile it (like libxml2 or gtk devel headers):

tar xfvz name_of_archive.tar.gz
cd gtk-gnutella
./configure
make
su -c "make install"

does this work for you?
Now after you have installed the RPM or installed the sources, just type "gtk-gnutella" on your shell prompt.
Or if you use kde, type ALT+F2 and type it there
Reply With Quote