Difference between revisions of "Compiz Plugins Main"

From LFScript
Line 3: Line 3:
  
 
== Sources ==
 
== Sources ==
* <sourcecode>http://releases.compiz-fusion.org/0.8.6/compiz-plugins-main-0.8.6.tar.bz2</sourcecode>
+
* <sourcecode>https://github.com/compiz-reloaded/compiz-plugins-main/releases/download/v0.8.12.2/compiz-plugins-main-0.8.12.2.tar.xz</sourcecode>
  
 
== Dependencies ==
 
== Dependencies ==
 
* <dependency value="compiz-bcop"></dependency>[[BCOP]]
 
* <dependency value="compiz-bcop"></dependency>[[BCOP]]
 
* <dependency value="compiz"></dependency>[[Compiz]]
 
* <dependency value="compiz"></dependency>[[Compiz]]
* <dependency>libjpeg</dependency>
 
  
 
== Installation ==
 
== Installation ==
<build>./configure --prefix=/usr &&
+
<build>./autogen.sh --prefix=/usr &&
 
make</build>
 
make</build>
  
 
<build user="root">make install</build>
 
<build user="root">make install</build>

Revision as of 13:04, 11 March 2017

LFScript can find this software under the name compiz-plugins-main.

Sources

Dependencies

Installation

./autogen.sh --prefix=/usr &&
make

As the root user:

make install