Difference between revisions of "Compiz"

From LFScript
Line 4: Line 4:
 
== Sources ==
 
== Sources ==
 
* <sourcecode>https://github.com/compiz-reloaded/compiz/releases/download/v0.8.12.3/compiz-0.8.12.3.tar.xz</sourcecode>
 
* <sourcecode>https://github.com/compiz-reloaded/compiz/releases/download/v0.8.12.3/compiz-0.8.12.3.tar.xz</sourcecode>
 +
 +
<md5>f8985d47d15f501c02316c4dbc0db2ff  compiz-0.8.12.3.tar.xz</md5>
  
 
== Dependencies ==
 
== Dependencies ==

Revision as of 11:54, 25 March 2017

LFScript can find this software under the name compiz.

Sources


MD5 Checksums:

f8985d47d15f501c02316c4dbc0db2ff  compiz-0.8.12.3.tar.xz

Dependencies

  • startup-notification
  • libxslt
  • libjpeg-turbo
  • glu
  • cairo
  • libwnck (recommended; It, and it's dependency gtk+3, are required to use GTK window decorations)
  • Marco (recommended; It allows Compiz to use the window decoration that is set for Marco)


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