The linc package contains a library that eases the task of writing networked servers and clients. This is used by ORBit to handle message transmissions and receptions.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/linc/1.0/linc-1.0.3.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/linc/1.0/linc-1.0.3.tar.bz2
Download size: 244 KB
Estimated Disk space required: 2.4 MB
Estimated build time: 0.28 SBU
Install linc by running the following commands:
./configure --prefix=$GNOME_PREFIX --with-openssl --disable-gtk-doc && make && make install |