Compiz: Difference between revisions
From LFScript
Line 15: | Line 15: | ||
== Installation == | == Installation == | ||
<build>./ | <build>./autogen.sh --prefix=/usr | ||
make</build> | make</build> | ||
<build user="root">make install</build> | <build user="root">make install</build> |
Revision as of 11:02, 11 March 2017
LFScript can find this software under the name compiz
.
Sources
Dependencies
- startup-notification
- libxslt
- libjpeg-turbo
- glu
- cairo
It is possible to build this software without gtk+2
and libwnck
installed. However, without them gtk-window-decorator
will not be built and you will have to install Emerald if you want framed windows under Compiz.
Installation
./autogen.sh --prefix=/usr make
As the root user:
make install
As the root user:
cat > ~/.xinitrc << "EOF" compiz ccp & exec xterm EOF