glib-networking-2.34.0

Introduction à glib-networking

Le paquet glib-networking contient les modules gio liés au réseau pour GLib.

Ce paquet est connu pour se construire correctement sur une plateforme LFS-7.2.

Informations sur le paquet

Dépendances de glib-networking

Requises

GnuTLS-3.0.25 et gsettings-desktop-schemas-3.6.0

Recommandées

Facultatives

libgcrypt-1.5.0 et Libproxy.

Notes utilisateur : http://wiki.linuxfromscratch.org/blfs/wiki/glib-networking

Installation de glib-networking

Installez glib-networking en lançant les commandes suivantes :

./configure --prefix=/usr             --libexecdir=/usr/lib/glib-networking             --with-ca-certificates=/etc/ssl/ca-bundle.crt             --disable-static &&
make

Pour tester les résultats, lancez : make check.

Maintenant, en tant qu'utilisateur root :

make install

Explications des commandes

--with-ca-certificates=/etc/ssl/ca-bundle.crt : Ce paramètre spécifie l'endroit où se trouvent les certificats root de confiance.

--disable-static : Ce paramètre empêche l'installation des versions statiques des bibliothèques.

Contenu

Programme installé: glib-pacrunner
Bibliothèques installées: libgiognomeproxy.so, libgiognutls.so et libgiolibproxy.so
Répertoires installés: /usr/lib/glib-networking

Last updated on : 2012-09-26 21:35:22 +020