Mozo: Difference between revisions
From LFScript
Created page with "Category:Scripts <scriptname>mozo</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.17/mozo-1.17.0.tar.xz</sourcecode> == Dependencies == *..." |
|||
Line 6: | Line 6: | ||
== Dependencies == | == Dependencies == | ||
* <dependency value="mate- | * <dependency value="mate-menus"></dependency>[[mate-menus]] | ||
* <dependency>pygobject3</dependency> | |||
== Installation == | == Installation == |
Revision as of 10:44, 5 March 2017
LFScript can find this software under the name mozo
.
Sources
Dependencies
- mate-menus
- pygobject3
Installation
./autogen.sh --prefix=/usr \ --sysconfdir=/etc/mate/1.17 \ --localstatedir=/var \ --mandir=/usr/share/man \ --libexecdir=/usr/lib/mozo \ --disable-static && make
As the root user:
make install