Comment 15 for bug 968112

Revision history for this message
MC Return (mc-return) wrote : Re: Emerald (the original Compiz Window Decorator) not available in Precise, Quantal, Raring and Saucy, while it was working on all Ubuntu versions before [needs-packaging]

@Phillip:
The instructions on how to compile/build Emerald are posted in the bug description, but I will repost them again:

git clone git://anongit.compiz.org/fusion/decorators/emerald
cd emerald
git checkout -b compiz++ origin/compiz++
./autogen.sh
export "LIBS=-ldl -lm" && ./configure
make

To install:
sudo make install