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.40/glib-networking-2.40.1.tar.xz
Téléchargement (FTP) : ftp://ftp.gnome.org/pub/gnome/sources/glib-networking/2.40/glib-networking-2.40.1.tar.xz
Somme de contrôle MD5 du téléchargement : 505f8a40fad96944b292d1c48f4e5569
Taille du téléchargement : 360 Ko
Estimation de l'espace disque requis : 7.5 Mo (additional 1.4 Mo for the tests) Mo
Estimation du temps de construction : 0.1 SBU (additional moins de 0.1 SBU for the tests)
GnuTLS-3.3.7 et gsettings-desktop-schemas-3.12.2
Certificate Authority Certificates et p11-kit-0.20.6
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