~compiz-team/compiz-libcompizconfig/compiz-libcompizconfig.fix_872922

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
libcompizconfig 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 backends, you will need to install the compizconfig cmake set

	# make findcompizconfig_install