You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
279 B
13 lines
279 B
4 years ago
|
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
|
||
|
|