Difference between revisions of "Emerald"

From LFScript
(Created page with "<scriptname>emerald</scriptname> == Sources == * <sourcecode>http://releases.compiz-fusion.org/components/emerald/emerald-0.8.8.tar.bz2</sourcecode> == Dependencies == * <de...")
 
Line 5: Line 5:
  
 
== Dependencies ==
 
== Dependencies ==
* <dependency value="compiz">[[Compiz]]
+
* <dependency value="compiz"></dependency>[[Compiz]]
 
* <dependency>libwnck</dependency>
 
* <dependency>libwnck</dependency>
  

Revision as of 22:02, 2 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