libsigc++-2.10.6

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

Package Information

libsigc++ Dependencies

Recommended

Optional

DocBook-utils-0.6.14, Doxygen-1.9.1, and mm-common

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

Installation of libsigc++

Install libsigc++ by running the following commands:

mkdir bld &&
cd    bld &&

meson --prefix=/usr .. &&
ninja

To test the results, issue: ninja test.

Now, as the root user:

ninja install

Command Explanations

-Dbuild_documentation=true: Use this switch if Doxygen-1.9.1 is installed and you wish to build and install the API documentation.

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 (if the documentation is enabled)

Short Descriptions

libsigc-2.0.so

contains the libsigc++ API functions

Last updated on 2021-02-20 00:13:48 -0600