Gtk-Gnutella
From CBLFS
Jump to navigationJump to search
| Download Source: | http://downloads.sourceforge.net/gtk-gnutella/gtk-gnutella-0.96.5.tar.bz2 |
|---|
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. |
|---|