Emerald: Difference between revisions
From LFScript
No edit summary |
|||
Line 7: | Line 7: | ||
== Dependencies == | == Dependencies == | ||
* <dependency value="compiz"></dependency>[[Compiz]] | * <dependency value="compiz"></dependency>[[Compiz]] | ||
* <dependency | * <dependency>libwnck2</dependency> | ||
== Installation == | == Installation == |
Revision as of 16:10, 27 February 2017
LFScript can find this software under the name emerald
.
Sources
Dependencies
- Compiz
- libwnck2
Installation
Make Emerald link against libM
and libDL
(needed for newer versions of GCC):
sed 's@$(emerald_LDADD)@$(emerald_LDADD) -lm -ldl@g' -i src/Makefile.in
./configure --prefix=/usr && make
As the root user:
make install