Difference between revisions of "Libmateweather"

From LFScript
Line 14: Line 14:
  
 
== Installation ==
 
== Installation ==
To build against <code>GLib-2.40</code> or newer, apply the following fix:
 
<build>sed 's/g_memmove/memmove/g' -i libmateweather/weather.c</build>
 
 
 
<build>./autogen.sh --prefix=/usr \
 
<build>./autogen.sh --prefix=/usr \
 
         --sysconfdir=/etc/mate/1.17 \
 
         --sysconfdir=/etc/mate/1.17 \

Revision as of 21:43, 26 February 2017

LFScript can find this software under the name libmateweather.

Sources


MD5 Checksums:

c69c64dc076b5934e04de90eac8c0854  libmateweather-1.17.0.tar.xz

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.17 \
        --localstatedir=/var \
        --disable-static \
        --enable-locations-compression &&
make

As the root user:

make install