Marco

From LFScript
Revision as of 17:58, 29 July 2014 by Marcel (talk | contribs) (Created page with "Category:Scripts <scriptname>marco</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.8/marco-1.8.1.tar.xz</sourcecode> <md5>453245abd553594...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

LFScript can find this software under the name marco.

Sources


MD5 Checksums:

453245abd553594c9c5e5d7dd037b498  marco-1.8.1.tar.xz

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.8 \
        --libexecdir=/usr/lib/marco \
        --localstatedir=/var \
        --disable-static &&
make

As the root user:

make install

As the root user:

install -v -m755 -d /usr/share/doc/marco
install -v -m644 README rationales.txt doc/*.txt \
        /usr/share/doc/marco

As the root user:

cat > ~/.xinitrc << "EOF"
xterm &
exec marco
EOF