Contents
$GNOME_PREFIX
/{include/libgweather,
lib/python2.7/site-packages/gweather/I_KNOW_THIS_IS_UNSTABLE,
share/{gtk-doc/html/libgweather,libgweather}}
The libgweather package is a library to access weather information from online services for numerous locations.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgweather/2.30/libgweather-2.30.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgweather/2.30/libgweather-2.30.2.tar.bz2
Download MD5 sum: 050f4ed212261c2a147c89012d5daa90
Download size: 7.1 MB
Estimated disk space required: 254 MB
Estimated build time: 2.5 SBU
gtk+-2.24.8, intltool-0.50.0, and libsoup-2.30.2
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgweather
Install libgweather by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --sysconfdir=/etc/gnome/2.30.2 && make
This package does not come with a test suite.
Now, as the root
user:
make install
--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.30.2
: This
parameter causes the configuration files to be installed in
/etc/gnome/2.30.2
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 and install 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.
$GNOME_PREFIX
/{include/libgweather,
lib/python2.7/site-packages/gweather/I_KNOW_THIS_IS_UNSTABLE,
share/{gtk-doc/html/libgweather,libgweather}}
Last updated on 2011-10-31 19:38:44 +0000