GNet-2.0.5

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

GNet dependencies

Required

GLib-2.4.1

Installation of GNet

Install GNet by running the following commands:

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

Contents

The GNet package contains libgnet libraries.