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.6.
Téléchargement (HTTP) : http://ftp.gnome.org/pub/gnome/sources/glib-networking/2.42/glib-networking-2.42.0.tar.xz
Téléchargement (FTP) : ftp://ftp.gnome.org/pub/gnome/sources/glib-networking/2.42/glib-networking-2.42.0.tar.xz
Somme de contrôle MD5 du téléchargement : d1935e6974da7f39d265303c87a8389b
Taille du téléchargement : 364 Ko
Estimation de l'espace disque requis : 9.6 Mo (additional 2.1 Mo for the tests)
Estimation du temps de construction : moins de 0.1 SBU (0.1 SBU for the tests)
GnuTLS-3.3.9 et gsettings-desktop-schemas-3.14.1
Certificate Authority Certificates et p11-kit-0.22.1
Notes utilisateur : http://wiki.linuxfromscratch.org/blfs/wiki/glib-networking
Installez glib-networking en lançant les commandes suivantes :
./configure --prefix=/usr \ --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
--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.
Last updated on : 2013-02-11 19:51:17 +010