Mate-netbook: Difference between revisions

From LFScript
Created page with "Category:Scripts <scriptname>mate-netbook</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.17/mate-netbook-1.17.0.tar.xz</sourcecode> == D..."
 
Line 6: Line 6:


== Dependencies ==
== Dependencies ==
* <dependency value="mate-common"></dependency>[[mate-common]]
* <dependency value="mate-panel"></dependency>[[mate-panel]]
* <dependency value="libfakekey"></dependency>[[libfakekey]]


== Installation ==
== Installation ==

Revision as of 10:28, 5 March 2017

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

Sources

Dependencies

Installation

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

As the root user:

make install