~dbarth/compiz/reworked-fix-744104

« back to all changes in this revision

Viewing changes to unity/unity_window_decorator/INSTALL

  • Committer: David Barth
  • Date: 2011-04-05 20:20:54 UTC
  • Revision ID: david.barth@canonical.com-20110405202054-fnh0y5t2s228mf4k
re-integrate the unity-window-decorator, for real this time

Show diffs side-by-side

added added

removed removed

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