Emerald

From LFScript
Revision as of 15:56, 14 June 2014 by Marcel (talk | contribs)

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