libgweather-2.28.0

Introduction to libgweather

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

Package Information

libgweather Dependencies

Required

libsoup-2.28.1

Optional

GTK-Doc-1.11

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

Installation of libgweather

Install libgweather by running the following commands:

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

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--prefix=$(pkg-config --variable=prefix ORBit-2.0): Setting the prefix using this parameter instead of with $GNOME_PREFIX will ensure that the prefix is consistent with the installation environment and the package will be installed in the correct location.

--sysconfdir=/etc/gnome/2.28.1: This parameter causes the configuration files to be installed in /etc/gnome/2.28.1 instead of $GNOME_PREFIX/etc. Additionally (if applicable), the parameter ensures that the GConf-2 database is correctly updated.

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

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

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild the API documentation.

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

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

Contents

Installed Programs: None
Installed Library: libgweather.{so,a}
Installed Directories: $GNOME_PREFIX/{include/libgweather, share/{gtk-doc/html/libgweather,libgweather}}

Short Descriptions

libgweather.{so,a}

contains functions that allow the retrieval of weather information.

Last updated on 2009-10-25 11:52:14 +0000