Marco: Difference between revisions
From LFScript
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..." |
(No difference)
|
Revision as of 15:58, 29 July 2014
LFScript can find this software under the name marco.
Sources
MD5 Checksums:
453245abd553594c9c5e5d7dd037b498 marco-1.8.1.tar.xz
Dependencies
- mate-dialogs
- libcanberra
Installation
./autogen.sh --prefix=/usr \
--sysconfdir=/etc/mate/1.8 \
--libexecdir=/usr/lib/marco \
--localstatedir=/var \
--disable-static &&
makeAs 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/marcoAs the root user:
cat > ~/.xinitrc << "EOF" xterm & exec marco EOF
