Contenu
$XORG_PREFIX
/share/xcb et $XORG_PREFIX
/lib/python2.7/site-packages/xcbgen
ou $XORG_PREFIX
/lib/python3.6/site-packages/xcbgen
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.
Ce paquet est connu pour se construire correctement sur une plateforme LFS-8.2.
Téléchargement (HTTP) : https://xcb.freedesktop.org/dist/xcb-proto-1.12.tar.bz2
Somme de contrôle MD5 du téléchargement : 14e60919f859560f28426a685a555962
Taille du téléchargement : 152 Ko
Estimation de l'espace disque requis : 1.2 Mo
Estimation du temps de construction : moins de 0.1 SBU
Correctif requis (pour Python 3) : http://www.linuxfromscratch.org/patches/blfs/8.2/xcb-proto-1.12-python3-1.patch
Correctif recommandé : http://www.linuxfromscratch.org/patches/blfs/8.2/xcb-proto-1.12-schema-1.patch
Environnement de construction de Xorg (doit être initialisé pour que les instructions suivantes fonctionnent)
Python-2.7.14 et libxml2-2.9.7 (requis pour lancer les tests)
Notes utilisateur : http://wiki.linuxfromscratch.org/blfs/wiki/xcb-proto
Tout d'abord, corrigez un fichier qui permet aux vérifications de se lancer correctement :
patch -Np1 -i ../xcb-proto-1.12-schema-1.patch
Si vous construisez avec Python 3, lancez la commande suivante :
patch -Np1 -i ../xcb-proto-1.12-python3-1.patch
Installez xcb-proto en lançant les commandes suivantes :
./configure $XORG_CONFIG
Pour tester les résultats lancez : make check.
Maintenant, en tant qu'utilisateur root
:
make install
$XORG_PREFIX
/share/xcb et $XORG_PREFIX
/lib/python2.7/site-packages/xcbgen
ou $XORG_PREFIX
/lib/python3.6/site-packages/xcbgen
Last updated on 2018-02-18 00:35:13 +0100