Difference between revisions of "Emerald"

From LFScript
Line 3: Line 3:
  
 
== Sources ==
 
== Sources ==
* <sourcecode>http://releases.compiz-fusion.org/components/emerald/emerald-0.8.8.tar.bz2</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>libwnck2</dependency>
+
* <dependency>gtk+3</dependency>
 +
* <dependency>libwnck</dependency>
  
 
== Installation ==
 
== Installation ==
Make [[Emerald]] link against <code>libM</code> and <code>libDL</code> (needed for newer versions of GCC):
+
<build>./autogen.sh --prefix=/usr &&
<build>sed 's@$(emerald_LDADD)@$(emerald_LDADD) -lm -ldl@g' -i src/Makefile.in</build>
 
 
 
<build>./configure --prefix=/usr &&
 
 
make</build>
 
make</build>
  
 
<build user="root">make install</build>
 
<build user="root">make install</build>

Revision as of 12:11, 11 March 2017

LFScript can find this software under the name emerald.

Sources

Dependencies

Installation

./autogen.sh --prefix=/usr &&
make

As the root user:

make install