how do I install the latest version of compiz fuzion

Asked by crakken

I am trying to get the 1.0.7.6 release or newer. I tried: sudo apt-get update, and I also tried from the synaptic package manager, but both of them only find version 1.0.7.4. I followed the instructions on the compiz web page, but still can't get the new version. can anyone help?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu compiz Edit question
Assignee:
No assignee Edit question
Solved by:
Gord Allott
Solved:
Last query:
Last reply:
Revision history for this message
Bhavani Shankar (bhavi) said :
#1

hello

please refer this link

http://wiki.compiz-fusion.org/Installation

sudo apt-get install build-essential libxcomposite-dev libpng12-dev libsm-dev libxrandr-dev libxdamage-dev libxinerama-dev libstartup-notification0-dev libgconf2-dev libgl1-mesa-dev libglu1-mesa-dev libmetacity-dev librsvg2-dev libdbus-1-dev libdbus-glib-1-dev libgnome-desktop-dev libgnome-window-settings-dev gitweb curl autoconf automake automake1.9 libtool intltool libxslt1-dev xsltproc libwnck-dev python-dev python-pyrex

download source

http://releases.compiz-fusion.org/0.7.6/

untar it

./autogen.sh --prefix=/usr/local
make
sudo make install

Regards

Revision history for this message
crakken (mjasinski12000) said :
#2

what do I download from the Index? there are a bunch of files

Revision history for this message
Best Gord Allott (gordallott) said :
#3

compiling and installing your own version of compiz won't be a pleasent experiance if your not sure what your doing, you may want to wait a few days for the next release of ubuntu to come out, you can upgrade to that which has the lastest compiz included with it

Revision history for this message
crakken (mjasinski12000) said :
#4

Thanks Gord Allott, that solved my question.