Difference between revisions of "Mate-user-guide"

From LFScript
(Created page with "Category:Scripts <scriptname>mate-user-guide</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.17/mate-user-guide-1.17.0.tar.xz</sourcecode>...")
 
Line 11: Line 11:
  
 
== Installation ==
 
== Installation ==
<build>./autogen.sh --prefix=/usr \
+
<build>./configure --prefix=/usr \
 
         --sysconfdir=/etc/mate/1.17 \
 
         --sysconfdir=/etc/mate/1.17 \
 
         --localstatedir=/var \
 
         --localstatedir=/var \

Revision as of 00:58, 1 March 2017

LFScript can find this software under the name mate-user-guide.

Sources


MD5 Checksums:

b4b7d3e4ea1c2f613207317cf2c47b7f  mate-user-guide-1.17.0.tar.xz

Dependencies

Installation

./configure --prefix=/usr \
        --sysconfdir=/etc/mate/1.17 \
        --localstatedir=/var \
        --mandir=/usr/share/man \
        --libexecdir=/usr/lib/mate-user-guide \
        --disable-static &&
make

As the root user:

make install