Mate-user-share: Difference between revisions
From LFScript
| Line 13: | Line 13: | ||
== Installation == | == Installation == | ||
<build>./ | <build>./configure --prefix=/usr \ | ||
--sysconfdir=/etc/mate/1.17 \ | --sysconfdir=/etc/mate/1.17 \ | ||
--localstatedir=/var \ | --localstatedir=/var \ | ||
Revision as of 10:57, 5 March 2017
LFScript can find this software under the name mate-user-share.
Sources
MD5 Checksums:
b845c0d02aa5151c8395625cc45a3891 mate-user-share-1.17.0.tar.xz
Dependencies
- caja
- dbus-glib
- libcanberra
Installation
./configure --prefix=/usr \
--sysconfdir=/etc/mate/1.17 \
--localstatedir=/var \
--mandir=/usr/share/man \
--libexecdir=/usr/lib/mate-user-share \
--disable-static &&
makeAs the root user:
make install
