Difference between revisions of "Mate-terminal"

From LFScript
Line 7: Line 7:
 
== Dependencies ==
 
== Dependencies ==
 
* <dependency value="mate-common"></dependency>[[mate-common]]
 
* <dependency value="mate-common"></dependency>[[mate-common]]
* <dependency value="yelp-tools"></dependency>[[Yelp tools]]
+
* <dependency value="yelp-tools"></dependency>[[Yelp_Tools]]
 
* <dependency>gtk+3</dependency>
 
* <dependency>gtk+3</dependency>
 
* <dependency>dconf</dependency>
 
* <dependency>dconf</dependency>

Revision as of 12:32, 5 March 2017

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

Sources

Dependencies

Installation

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

As the root user:

make install