Difference between revisions of "Libcompizconfig"

From LFScript
(Created page with "<scriptname>libcompizconfig</scriptname> == Sources == * <sourcecode>http://releases.compiz-fusion.org/0.8.8/libcompizconfig-0.8.8.tar.bz2</sourcecode> == Dependencies == * ...")
 
Line 5: Line 5:
  
 
== Dependencies ==
 
== Dependencies ==
* <dependency>compiz</dependency>
+
* <dependency value="compiz"></dependency>[[Compiz]]
  
 
== Installation ==
 
== Installation ==

Revision as of 20:59, 2 February 2012

LFScript can find this software under the name libcompizconfig.

Sources

Dependencies

Installation

./configure --prefix=/usr \
        --sysconfdir=/etc &&
make

As the root user:

make install