libsigc++-3.0.7

Introduction to libsigc++3

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

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

Package Information

libsigc3++ Dependencies

Recommended

Optional

DocBook-utils-0.6.14, Doxygen-1.9.2, dblatex, and mm-common

User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libsigc++3

Installation of libsigc++3

Install libsigc++3 by running the following commands:

mkdir bld &&
cd    bld &&

meson --prefix=/usr --buildtype=release .. &&
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.2 is installed and you wish to build and install the API documentation.

Contents

Installed Programs: None
Installed Library: libsigc-3.0.so
Installed Directories: /usr/{include,lib}/sigc++-3.0 and /usr/share/{devhelp/books,doc}/libsigc++-3.0 (if the documentation is enabled)

Short Descriptions

libsigc-3.0.so

contains the libsigc++3 API functions

Last updated on