GNet-2.0.7

Introduction to GNet

The GNet package contains a simple network library. This is useful for supporting TCP sockets, UDP and IP multicast, asynchronous DNS lookup, and more.

Package Information

  • Download (HTTP): http://gnetlibrary.org/src/gnet-2.0.7.tar.gz

  • Download (FTP):

  • Download MD5 sum: 3a7a40411775688fe4c42141ab007048

  • Download size: 595 KB

  • Estimated disk space required: 7.6 MB

  • Estimated build time: 0.2 SBU

GNet Dependencies

Required

GLib-1.2.10 or GLib-2.6.4

Installation of GNet

Install GNet by running the following commands:

./configure --prefix=/usr &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: None
Installed Library: libgnet-2.0.[so,a]
Installed Directories: /usr/include/gnet-2.0, /usr/lib/gnet-2.0 and /usr/share/doc/libgnet2.0-dev or /usr/share/gtk-doc/html/gnet

Short Descriptions

libgnet-2.0.[so,a]

is a simple network library written in C. It is object-oriented and built upon GLib. It is intended to be easy to use and port.

Last updated on 2005-08-01 13:29:19 -0600