Difference between revisions of "Mate-user-guide"

From LFScript
Line 8: Line 8:
  
 
== Dependencies ==
 
== Dependencies ==
* <dependency value="mate-common"></dependency>[[mate-common]]
+
* <dependency>itstool</dependency>
  
 
== Installation ==
 
== Installation ==

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

  • itstool

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