Emerald: Difference between revisions
From LFScript
No edit summary |
|||
Line 3: | Line 3: | ||
== Sources == | == Sources == | ||
* <sourcecode> | * <sourcecode>https://github.com/compiz-reloaded/emerald/releases/download/v0.8.12.4/emerald-0.8.12.4.tar.xz</sourcecode> | ||
== Dependencies == | == Dependencies == | ||
* <dependency value="compiz"></dependency>[[Compiz]] | * <dependency value="compiz"></dependency>[[Compiz]] | ||
* <dependency> | * <dependency>gtk+3</dependency> | ||
* <dependency>libwnck</dependency> | |||
== Installation == | == Installation == | ||
<build>./autogen.sh --prefix=/usr && | |||
<build> | |||
make</build> | make</build> | ||
<build user="root">make install</build> | <build user="root">make install</build> |
Revision as of 11:11, 11 March 2017
LFScript can find this software under the name emerald
.
Sources
Dependencies
- Compiz
- gtk+3
- libwnck
Installation
./autogen.sh --prefix=/usr && make
As the root user:
make install