Difference between revisions of "Mate-calc"

From LFScript
(Created page with "Category:Scripts <scriptname>mate-calc</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.17/mate-calc-1.17.0.tar.xz</sourcecode> == Depende...")
 
Line 7: Line 7:
 
== Dependencies ==
 
== Dependencies ==
 
* <dependency value="mate-common"></dependency>[[mate-common]]
 
* <dependency value="mate-common"></dependency>[[mate-common]]
 +
* <dependency>yelp-tools</dependency>
 +
* <dependency>gtk+3</dependency>
  
 
== Installation ==
 
== Installation ==

Revision as of 17:46, 4 March 2017

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

Sources

Dependencies

Installation

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

As the root user:

make install