~ubuntu-branches/ubuntu/trusty/compiz/trusty

62 by Jeremy C. Reed
Mention "startup-notification" requirement.
1
compiz uses libstartup-notification which is available at
2
ftp://ftp.gnome.org/pub/GNOME/sources/startup-notification/
3
2634 by Sam Spilsbury
Update INSTALL file
4
compiz uses out-of-tree builds with cmake, in order to generate the Makefiles for compiz use:
1 by David Reveman
Initial revision
5
2634 by Sam Spilsbury
Update INSTALL file
6
	$ mkdir build
7
	$ cd build
8
	$ cmake ..
1 by David Reveman
Initial revision
9
3248.175.1 by Automatic PS uploader
Import upstream version 0.9.9~daily12.12.05
10
If you have multiple versions of Python installed, you will need to specify the version like this:
11
12
	$ cmake .. \
13
	    -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
14
	    -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
15
1 by David Reveman
Initial revision
16
After that, standard build procedures apply:
17
18
	$ make
19
	# make install
20
2634 by Sam Spilsbury
Update INSTALL file
21
In order to build other plugins, you will need to install the compiz cmake set
22
23
	# make findcompiz_install
24