Libmatekbd: Difference between revisions
From LFScript
Line 14: | Line 14: | ||
== Installation == | == Installation == | ||
<build>./autogen.sh --prefix=/usr \ | <build>./autogen.sh --prefix=/usr \ | ||
--sysconfdir=/etc/mate/1.17 && | --sysconfdir=/etc/mate/1.17 \ | ||
--localstatedir=/var \ | |||
--disable-static && | |||
make</build> | make</build> | ||
<build user="root">make install</build> | <build user="root">make install</build> |
Revision as of 20:55, 27 February 2017
LFScript can find this software under the name libmatekbd
.
Sources
MD5 Checksums:
0ac7858605ffc001f9f6ccc1afbd931e libmatekbd-1.17.0.tar.xz
Dependencies
- mate-common
- gtk+3
- libxklavier
Installation
./autogen.sh --prefix=/usr \ --sysconfdir=/etc/mate/1.17 \ --localstatedir=/var \ --disable-static && make
As the root user:
make install