The libsigc++3 package implements a typesafe callback system for standard C++.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://download.gnome.org/sources/libsigc++/3.0/libsigc++-3.0.6.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/libsigc++/3.0/libsigc++-3.0.6.tar.xz
Download MD5 sum: 8cc0c1df6b7d9c466555f4a2963ab06a
Download size: 772 KB
Estimated disk space required: 33 MB (with tests)
Estimated build time: 0.4 SBU (with tests)
Boost-1.75.0 and libxslt-1.1.34
DocBook-utils-0.6.14, Doxygen-1.9.1, dblatex, and mm-common
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libsigc++3
Install libsigc++3 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
-Dbuild_documentation=true
: Use this
switch if Doxygen-1.9.1 is installed and you wish to
build and install the API documentation.
Last updated on 2021-02-21 13:05:24 -0600