blob: fe1619aa866eeab34226d29775adef4a84d0863c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
compiz uses libstartup-notification which is available at
ftp://ftp.gnome.org/pub/GNOME/sources/startup-notification/
compiz uses automake, in order to generate the Makefiles for compiz use:
$ autogen.sh
After that, standard build procedures apply:
$ make
# make install
|