libsigc++-2.3.1

Introduction to libsigc++

The libsigc++ package implements a typesafe callback system for standard C++.

This package is known to build and work properly using an LFS-7.5 platform.

Package Information

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libsigc++

Installation of libsigc++

Install libsigc++ by running the following commands:

./configure --prefix=/usr &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Contents

Installed Programs: None
Installed Library: libsigc-2.0.so
Installed Directory: /usr/include/sigc++-2.0, /usr/lib/sigc++-2.0, /usr/share/devhelp/books/libsigc++-2.0 and /usr/share/doc/libsigc++-2.0

Short Descriptions

libsigc-2.0.so

contains the libsigc++ API methods.

Last updated on 2014-02-22 07:06:53 -0800