libgweather-2.30.2

Introduction à libgweather

The libgweather package is a library to access weather information from online services for numerous locations.

Ce paquet est connu pour se construire et fonctionner correctement sur une plateforme LFS-6.5.

Informations sur le paquet

libgweather Dependencies

Requises

gtk+-2.24.8, intltool-0.50.0, et libsoup-2.30.2

Facultatives

GTK-Doc-1.18 et PyGTK-2.17.0

Notes utilisateur : http://wiki.linuxfromscratch.org/blfs/wiki/libgweather

Installation de libgweather

Installez libgweather en lançant les commandes suivantes :

./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
             --sysconfdir=/etc/gnome/2.30.2 &&
make

Ce paquet n'est pas fourni avec une suite de tests.

Maintenant, en tant qu'utilisateur the root :

make install

Explications des commandes

--prefix=$(pkg-config --variable=prefix ORBit-2.0) : Le réglage du préfixe en utilisant ce paramètre plutôt que $GNOME_PREFIX garantira que le préfixe sera cohérent avec l'environnement d'installation et que le paquet sera installé au bon endroit.

--sysconfdir=/etc/gnome/2.30.2 : Ce paramètre aboutit à ce que les fichiers de configuration s'installent dans /etc/gnome/2.30.2 plutôt que dans $GNOME_PREFIX/etc. En outre (si cela s'applique), le paramètre garantit que la base de données GConf-2 est mise à jour correctement.

--disable-glibtest>:nbsp;: Use this parameter if you do NOT want to compile et run a test GLIB program.

--enable-python>:nbsp;: Use this parameter if you want to build libgweather python bindings.

--enable-gtk-doc : Utilisez ce paramètre si GTK-Doc est installé et si vous souhaitez reconstruire et installer la documentation de l'API.

--enable-gtk-doc-html>:nbsp;: Use this parameter if you want to build documentation in html format.

--enable-gtk-doc-pdf>:nbsp;: Use this parameter if you want to build documentation in pdf format.

Contenu

Programmes installés: None
Bibliothèque installée: libgweather.{so,a}
Répertoires installés: $GNOME_PREFIX/{include/libgweather, lib/python2.7/site-packages/gweather/I_KNOW_THIS_IS_UNSTABLE, share/{gtk-doc/html/libgweather,libgweather}}

Descriptions courtes

libgweather.{so,a}

contains functions that allow the retrieval of weather information.

Last updated on 2011-10-31 20:38:44 +0100