Difference between revisions of "Libmatemixer"

From LFScript
(Created page with "Category:Scripts <scriptname>libmatemixer</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.17/libmatemixer-1.17.0.tar.xz</sourcecode> <md5...")
 
Line 9: Line 9:
 
== Dependencies ==
 
== Dependencies ==
 
* <dependency value="mate-common"></dependency>[[mate-common]]
 
* <dependency value="mate-common"></dependency>[[mate-common]]
 +
* <dependency>glib2</dependency>
 +
* <dependency>gtk-doc</dependency>
  
 
== Installation ==
 
== Installation ==

Revision as of 00:52, 1 March 2017

LFScript can find this software under the name libmatemixer.

Sources


MD5 Checksums:

b60d81bbb67494fbb0a9ea97ece6dd6d  libmatemixer-1.17.0.tar.xz

Dependencies

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.17 \
        --localstatedir=/var \
        --mandir=/usr/share/man \
        --libexecdir=/usr/lib/mate-mixer \
        --disable-static &&
make

As the root user:

make install