Marco

From LFScript
Revision as of 21:25, 26 February 2017 by Marcel (talk | contribs) (→‎Dependencies)

LFScript can find this software under the name marco.

Sources


MD5 Checksums:

8ca5ce913ac15d3e07dd222a78062e5c  marco-1.17.1.tar.xz

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.17 \
        --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