Difference between revisions of "Gtk-Gnutella"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Added page) |
Weibullguy (talk | contribs) |
||
Line 90: | Line 90: | ||
|is a Gnutella server/client. | |is a Gnutella server/client. | ||
|} | |} | ||
+ | |||
+ | [[Category:GUI Clients]] |
Latest revision as of 10:15, 7 March 2009
Download Source: | http://downloads.sourceforge.net/gtk-gnutella/gtk-gnutella-0.96.5.tar.bz2 |
---|
Contents
Introduction to Gtk-Gnutella
gtk-gnutella is a server/client for Gnutella.
Project Homepage: http://gtk-gnutella.sourceforge.net/en/
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./build.sh --prefix=/usr && make
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./build.sh --prefix=/usr && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./build.sh --prefix=/usr && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./build.sh --prefix=/usr && make
Install the package:
make install
Configuring
Contents
Installed Directories: | None |
---|---|
Installed Programs: | gtk-gnutella |
Installed Libraries: | None |
Short Descriptions
gtk-gnutella | is a Gnutella server/client. |
---|