Mozo

From LFScript
Revision as of 19:52, 1 March 2017 by Marcel (talk | contribs) (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 == *...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

LFScript can find this software under the name mozo.

Sources

Dependencies

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