~mc-return/compiz/compiz.merge-fix1098875-showmouse.xml.in-needs-improvements

« back to all changes in this revision

Viewing changes to compizconfig/libcompizconfig/INSTALL

  • Committer: smspillaz
  • Date: 2012-05-16 17:42:27 UTC
  • mfrom: (0.190.428 trunk)
  • Revision ID: sam.spilsbury@canonical.com-20120516174227-mws92oiwwsdua0w3
MergeĀ lp:compiz-libcompizconfig

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
libcompizconfig uses out-of-tree builds with cmake, in order to generate the Makefiles for compiz use:
 
2
 
 
3
        $ mkdir build
 
4
        $ cd build
 
5
        $ cmake ..
 
6
 
 
7
After that, standard build procedures apply:
 
8
 
 
9
        $ make
 
10
        # make install
 
11
 
 
12
In order to build other backends, you will need to install the compizconfig cmake set
 
13
 
 
14
        # make findcompizconfig_install
 
15