xcb-proto-1.15.2

Introduction à xcb-proto

Le paquet xcb-proto fournit les descriptions du protocole XML-XCB qu'utilise libxcb pour générer la majorité de son code et de son API.

[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 xcb-proto

Recommandées

Facultatives

libxml2-2.9.14 (requis pour lancer les tests)

Notes utilisateur : https://wiki.linuxfromscratch.org/blfs/wiki/xcb-proto

Installation de xcb-proto

Installez xcb-proto en exécutant les commandes suivantes :

PYTHON=python3 ./configure $XORG_CONFIG

Pour tester les résultats lancez : make check.

Maintenant, en tant qu'utilisateur root :

make install

If you are upgrading from version 1.15.1 or lower, the old pkgconfig file needs to be removed. Issue, as the root user:

rm -f $XORG_PREFIX/lib/pkgconfig/xcb-proto.pc

Contenu

Programmes installés: Aucun
Bibliothèques installées: Aucune
Répertoire installé: $XORG_PREFIX/share/xcb et $XORG_PREFIX/lib/python3.10/site-packages/xcbgen

Last updated on