Marco: Difference between revisions
From LFScript
Line 17: | Line 17: | ||
<build>./autogen.sh --prefix=/usr \ | <build>./autogen.sh --prefix=/usr \ | ||
--sysconfdir=/etc/mate/1.17 \ | --sysconfdir=/etc/mate/1.17 \ | ||
--localstatedir=/var \ | |||
--libexecdir=/usr/lib/marco \ | --libexecdir=/usr/lib/marco \ | ||
--disable-static && | --disable-static && | ||
make</build> | make</build> |
Revision as of 20:58, 27 February 2017
LFScript can find this software under the name marco
.
Sources
MD5 Checksums:
8ca5ce913ac15d3e07dd222a78062e5c marco-1.17.1.tar.xz
Dependencies
- gtk+3
- libcanberra
- mate-common
- Yelp Tools
- Zenity
Installation
./autogen.sh --prefix=/usr \ --sysconfdir=/etc/mate/1.17 \ --localstatedir=/var \ --libexecdir=/usr/lib/marco \ --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