libsigc++-2.10.2

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-9.1 platform.

Package Information

libsigc++ Dependencies

Optional

Doxygen-1.8.17 and libxslt-1.1.34 (for documentation)

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

Installation of libsigc++

First, fix the documentation directory name:

sed -e '/^libdocdir =/ s/$(book_name)/libsigc++-2.10.2/' -i docs/Makefile.in

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 Directories: /usr/{include,lib}/sigc++-2.0 and /usr/share/{devhelp/books,doc}/libsigc++-2.0

Short Descriptions

libsigc-2.0.so

contains the libsigc++ API functions.

Last updated on 2020-02-16 18:46:23 -0800