Mate-control-center

From LFScript
Revision as of 22:02, 27 February 2017 by Marcel (talk | contribs) (→‎Installation)

LFScript can find this software under the name mate-control-center.

Sources


MD5 Checksums:

c1bc85187811c2ca713dd8eb262126c8  mate-control-center-1.17.3.tar.xz

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.17 \
        --localstatedir=/var \
        --mandir=/usr/share/man \
        --libexecdir=/usr/lib/mate-control-center \
        --disable-static &&
make

As the root user:

make install