The libsigc++ package implements a typesafe callback system for standard C++.
This package is known to build and work properly using an LFS-10.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libsigc++/2.10/libsigc++-2.10.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libsigc++/2.10/libsigc++-2.10.3.tar.xz
Download MD5 sum: ea68c7afc23a4b89a2dfa78344460785
Download size: 4.3 MB
Estimated disk space required: 50 MB (with tests)
Estimated build time: 0.3 SBU (with tests)
Doxygen-1.8.19 and libxslt-1.1.34 (for documentation)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libsigc++
First, fix the documentation directory name:
sed -e '/^libdocdir =/ s/$(book_name)/libsigc++-2.10.3/' -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
Last updated on 2020-08-16 21:26:53 -0700