%general-entities; ]> $LastChangedBy$ $Date$ GeoClue-&geoclue-version; GeoClue Introduction to GeoClue GeoClue is a modular geoinformation service built on top of the D-Bus messaging system. The goal of the GeoClue project is to make creating location-aware applications as simple as possible. &lfs70_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &geoclue-md5sum; Download size: &geoclue-size; Estimated disk space required: &geoclue-buildsize; Estimated build time: &geoclue-time; GeoClue Dependencies Required , and Recommended if you are building GNOME and . Optional GPSD, and oFono. User Notes: Installation of GeoClue Install GeoClue by running the following commands: sed -i "s@ -Werror@@" configure && sed -i "s@libnm_glib@libnm-glib@g" configure && sed -i "s@geoclue/libgeoclue.la@& -lgthread-2.0@g" \ providers/skyhook/Makefile.in && ./configure --prefix=/usr --libexecdir=/usr/lib/geoclue && make This package does not come with a test suite. Now, as the root user: make install Command Explanations sed -i "s@ -Werror@@" configure: This sed removes -Werror from the CFLAGS, otherwise the build will fail with gcc-4.7. sed -i "s@libnm_glib@libnm-glib@g" configure: This sed fixes detection of NetworkManager libraries. sed -i "s@geoclue/libgeoclue.la@& -lgthread-2.0@g" .. : This sed fixes building geoclue with recent binutils. : This option installs its private executables into /usr/lib/geoclue. Contents Installed Library Installed Directories libgeoclue.so. /usr/lib/geoclue and /usr/share/geoclue-providers. Short Descriptions libgeoclue.so contains functions that provide the GeoClue geoinformation application programming interface libgeoclue.so