Emerald: Difference between revisions
From LFScript
Update to 0.8.14 |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Scripts]] | |||
<scriptname>emerald</scriptname> | <scriptname>emerald</scriptname> | ||
== Sources == | == Sources == | ||
* <sourcecode> | * <sourcecode>https://github.com/compiz-reloaded/emerald/releases/download/v0.8.14/emerald-0.8.14.tar.xz</sourcecode> | ||
<md5>f1d152b57d5844cf9b00f0f705d0b534 emerald-0.8.14.tar.xz</md5> | |||
== Dependencies == | == Dependencies == | ||
* <dependency value="compiz"></dependency>[[Compiz]] | * <dependency value="compiz"></dependency>[[Compiz]] | ||
* <dependency>gtk+3</dependency> | |||
* <dependency>libwnck</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> |
Latest revision as of 17:58, 28 April 2017
LFScript can find this software under the name emerald
.
Sources
MD5 Checksums:
f1d152b57d5844cf9b00f0f705d0b534 emerald-0.8.14.tar.xz
Dependencies
- Compiz
- gtk+3
- libwnck
Installation
./autogen.sh --prefix=/usr && make
As the root user:
make install