Download location (HTTP): http://gnetlibrary.org/src/gnet-1.1.8.tar.gz Download location (FTP): Version used: 1.1.8 Package size: 348 KB Estimated Disk space required: 3.1 MB Estimated build time: 0.42 SBU |
The gnet package contains a simple network library. This is useful for supporting TCP sockets, UDP and IP multicast, asynchronous DNS lookup, and more.
gnet depends on: GLib-2.2.1 |
Install gnet by running the following commands:
./configure --prefix=/usr --enable-glib2 && make && make install |
--enable-glib2 : This switch ensures that gnet will link against GLib2. Configure defaults to GLib, if it is installed, instead of GLib2.
The gnet package contains libgnet libraries.