linc-1.0.3

Introduction to linc

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.

Package information

Installation of linc

Install linc by running the following commands:

./configure --prefix=$GNOME_PREFIX --with-openssl --disable-gtk-doc &&
make &&
make install

Command explanations

--with-openssl: This switch compiles linc with OpenSSL support.

--disable-gtk-doc: This switch will prevent the rebuilding of the API documentation during the make command.

Contents

The linc package contains liblinc libraries.

Description

liblinc libraries

liblinc libraries provide the functions to take care of connection initiation and maintenance, and the details of various transports (IPv4, Unix domain sockets, IPv6 and IrDA).