~compiz-linaro-team/compiz/gles2

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
10
After that, standard build procedures apply:
11
12
	$ make
13
	# make install
14
2634 by Sam Spilsbury
Update INSTALL file
15
In order to build other plugins, you will need to install the compiz cmake set
16
17
	# make findcompiz_install
18