Difference between revisions of "Mate-desktop"

From LFScript
(Created page with "Category:Scripts <scriptname>mate-desktop</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.8/mate-desktop-1.8.1.tar.xz</sourcecode> <md5>9...")
(No difference)

Revision as of 22:40, 29 July 2014

LFScript can find this software under the name mate-desktop.

Sources


MD5 Checksums:

985c9396685bf31217f5322a6e3cbaff  mate-desktop-1.8.1.tar.xz

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.8 \
        --localstatedir=/var \
        --disable-static &&
make

As the root user:

make install