~smspillaz/compiz-core/compiz-core.fix_939228

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Jason Smith
  • Author(s): Sam Spilsbury
  • Date: 2010-10-01 13:42:31 UTC
  • Revision ID: git-v1:2c30abf13a319e85501bf0219b57a88abcd284ea
Update INSTALL file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
compiz uses libstartup-notification which is available at
2
2
ftp://ftp.gnome.org/pub/GNOME/sources/startup-notification/
3
3
 
4
 
compiz uses automake, in order to generate the Makefiles for compiz use:
 
4
compiz uses out-of-tree builds with cmake, in order to generate the Makefiles for compiz use:
5
5
 
6
 
        $ autogen.sh
 
6
        $ mkdir build
 
7
        $ cd build
 
8
        $ cmake ..
7
9
 
8
10
After that, standard build procedures apply:
9
11
 
10
12
        $ make
11
13
        # make install
12
14
 
 
15
In order to build other plugins, you will need to install the compiz cmake set
 
16
 
 
17
        # make findcompiz_install
 
18