Pangomm-2.46.2

Introduction à Pangomm

Le paquet pangomm fournit une interface C++ pour Pango.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.

Informations sur le paquet

Dépendances de Pangomm

Requises

libcairomm-1.14.0, GLibmm-2.66.2 et Pango-1.50.8

Notes utilisateur : https://wiki.linuxfromscratch.org/blfs/wiki/pangomm

Installation de Pangomm

Installez Pangomm en exécutant les commandes suivantes :

mkdir build &&
cd    build &&

meson --prefix=/usr --buildtype=release .. &&
ninja

Ce paquet n'a pas de suite de tests.

Maintenant, en tant qu'utilisateur root :

ninja install

Contenu

Programmes installés: Aucun
Bibliothèque installée: libpangomm-1.4.so
Répertoires installés: /usr/include/pangomm-1.4, /usr/lib/pangomm-1.4, et /usr/share/{devhelp/books/pangomm-1.4,doc/pangomm-2.46.2}

Descriptions courtes

libpangomm-1.4.so

contient les classes API de Pango

Last updated on