Compiz Plugins Main: Difference between revisions
From LFScript
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
== Sources == | == Sources == | ||
* <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]] | ||
== Installation == | == Installation == | ||
<build>./ | <build>./autogen.sh --prefix=/usr && | ||
make</build> | make</build> | ||
<build user="root">make install</build> | <build user="root">make install</build> |
Revision as of 11: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