Emerald: Difference between revisions

From LFScript
No edit summary
Update to 0.8.14
 
(3 intermediate revisions by the same user not shown)
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.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 value="libwnck_compat"></dependency>[[libwnck]]
* <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>

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

Installation

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

As the root user:

make install