Libmateweather

From LFScript
Revision as of 17:02, 28 April 2017 by Marcel (talk | contribs) (Update to 1.18.0)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

LFScript can find this software under the name libmateweather.

Sources


MD5 Checksums:

2f3e6493a457438e08b6034fe9ad05dc  libmateweather-1.18.0.tar.xz

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.18 \
        --localstatedir=/var \
        --mandir=/usr/share/man \
        --libexecdir=/usr/lib/mate-weather \
        --disable-static \
        --enable-locations-compression &&
make

As the root user:

make install