Libmateweather

From LFScript
Revision as of 20:19, 26 February 2017 by Marcel (talk | contribs)

LFScript can find this software under the name libmateweather.

Sources


MD5 Checksums:

c69c64dc076b5934e04de90eac8c0854  libmateweather-1.17.0.tar.xz

Dependencies

Installation

To build against GLib-2.40 or newer, apply the following fix:

sed 's/g_memmove/memmove/g' -i libmateweather/weather.c
./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.17 \
        --localstatedir=/var \
        --disable-static \
        --enable-locations-compression &&
make

As the root user:

make install