The libgweather package is a library used to access weather information from online services for numerous locations.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgweather/3.4/libgweather-3.4.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgweather/3.4/libgweather-3.4.1.tar.xz
Download MD5 sum: 58ddea04842bd7ff122c7eae29a65815
Download size: 4.0 MB
Estimated disk space required: 120 MB
Estimated build time: 2.0 SBU
GConf-3.2.5, Gtk+-3.4.3 and libsoup-2.38.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgweather
Install libgweather by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-locations-compression &&
make
This package does not come with a test suite.
Now, as the root user:
make install
--enable-locations-compression: This
parameter enables compression of Locations.xml files.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2012-05-16 16:39:28 +0000