Difference between revisions of "Compiz"

From LFScript
Line 16: Line 16:
  
 
== Installation ==
 
== Installation ==
<build>./autogen.sh --prefix=/usr
+
<build>./autogen.sh --prefix=/usr \
 +
        --with-gtk=3.0
 
make</build>
 
make</build>
  

Revision as of 14:26, 11 March 2017

LFScript can find this software under the name compiz.

Sources

Dependencies

  • startup-notification
  • libxslt
  • libjpeg-turbo
  • glu
  • cairo
  • libwnck

It is possible to build this software without libwnck, and it's dependency gtk+3 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 \
        --with-gtk=3.0
make

As the root user:

make install

As the root user:

cat > ~/.xinitrc << "EOF"
compiz ccp &
exec xterm
EOF