1.2. Installation

Installation of libcfg+ is simple and easy. It uses traditional UNIX systems way:

./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 these following components:

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