libcairomm-1.0 (cairomm-1.14.0)

Introduction libcairomm-1.0

The libcairomm-1.0 package provides a C++ interface to Cairo.

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

Informations sur le paquet

  • Tlchargement (HTTP) : https://www.cairographics.org/releases/cairomm-1.14.0.tar.xz

  • Tlchargement (FTP) :

  • Somme de contrle MD5 : 75a08d50eb08b97667e4ea2be6efa1ad

  • Taille du tlchargement : 592 Ko

  • Estimation de l'espace disque requis : 9,5 Mo (avec les tests)

  • Estimation du temps de construction : less than 0.1 SBU (with tests)

Dpendances de libcairomm-1.0

Requises

Cairo-1.17.6 and libsigc++-2.12.0

Recommandes

Facultatives

Doxygen-1.9.6

Notes utilisateur : https://wiki.linuxfromscratch.org/blfs/wiki/cairomm-1.0

Installation de libcairomm-1.0

Installez Cairomm-1.0 en excutant les commandes suivantes :

mkdir bld &&
cd    bld &&

meson --prefix=/usr       \
      --buildtype=release \
      -Dbuild-tests=true  \
      -Dboost-shared=true \
      ..                  &&
ninja

To run the test suite, run: ninja test.

Maintenant, en tant qu'utilisateur root :

ninja install

Explication des commandes

-Dbuild-tests=true: This switch is for building the unit tests. Remove if you have not installed Boost-1.81.0.

-Dboost-shared=true: This switch has the package use the shared version of boost libraries. It is required if you have not installed the boost static libraries, and you have passed -Dbuild-tests=true.

-Dbuild-documentation=true: This switch builds the html documentation if doxygen is installed.

Contents

Programmes installs: None
Bibliothque installe: libcairomm-1.0.so
Rpertoires installs: /usr/{lib,include}/cairomm-1.0 and /usr/share/{devhelp/books,doc}/cairomm-1.0 (optional)

Descriptions courtes

libcairomm-1.0.so

contains the Cairo API classes