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.
platon/cfg+.h file
platon/cfg.h symbolic link
cfg+.h symbolic link
cfg.h symbolic link
Of course, also library files will be installed. Typically in /usr/lib/ directory. It consists of these following components:
libcfg+-0.5.1.so shared library
libcfg+.a static library
Also note that you can pass several options with arguments to ./configure script. Type ./configure --help to get more info.