libsigc++ パッケージは、標準 C++ に対しタイプセーフなコールバックシステムを提供します。
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://download.gnome.org/sources/libsigc++/2.12/libsigc++-2.12.1.tar.xz
ダウンロード MD5 sum: 891f1b2dbaebd8007eda8c639bbe1149
ダウンロードサイズ: 4.8 MB
必要ディスク容量: 27 MB (テスト込み)
概算ビルド時間: 0.2 SBU (テスト込み)
Boost-1.84.0 and libxslt-1.1.39
DocBook-utils-0.6.14, docbook-xml-5.0, Doxygen-1.9.8, mm-common
以下のコマンドを実行して libsigc++ をビルドします。
mkdir bld && cd bld && meson setup --prefix=/usr --buildtype=release .. && ninja
ビルド結果をテストする場合は ninja test を実行します。
root
ユーザーになって以下を実行します。
ninja install
-Dbuild-documentation=true
: Use this
switch if Doxygen-1.9.8 is installed and you wish to
build and install the API documentation.