~ubuntu-branches/ubuntu/precise/compiz/precise

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
compiz uses libstartup-notification which is available at
ftp://ftp.gnome.org/pub/GNOME/sources/startup-notification/

compiz uses out-of-tree builds with cmake, in order to generate the Makefiles for compiz use:

	$ mkdir build
	$ cd build
	$ cmake ..

After that, standard build procedures apply:

	$ make
	# make install

In order to build other plugins, you will need to install the compiz cmake set

	# make findcompiz_install