1.2. Installation

The installation of libcfg+ is straightforward. It uses traditional UNIX systems way. For a basic installation, simply execute the following three commands in the specified sequence.

./configure
make
make install

By default this will install following header and appropriate symlinks file on you system typically located in /usr/include/ directory.

Of course, also library files will be installed. Typically in /usr/lib/ directory. It consists of the following components:

Note that you can pass several options with arguments to the ./configure script. Type ./configure --help to get more information.