Emerald: Difference between revisions
From LFScript
m →Dependencies: Libwnck Compat |
|||
Line 6: | Line 6: | ||
== Dependencies == | == Dependencies == | ||
* <dependency value="compiz"></dependency>[[Compiz]] | * <dependency value="compiz"></dependency>[[Compiz]] | ||
* <dependency> | * <dependency value="libwnck_compat"></dependency>[[libwnck]] | ||
== Installation == | == Installation == |
Revision as of 22:06, 9 February 2012
LFScript can find this software under the name emerald
.
Sources
Dependencies
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