wmclockmon: remove old BUGS file and add a note to the INSTALL file about the require...
[dockapps.git] / wmclockmon / INSTALL
blob8aa3d3abb6284a2ed559939f8f5473c6adc3f02e
1 INSTALLING THE DOCKAPP :
5 1. CONFIGURE THE SOURCES :
7     $ ./configure [options]
9     use ./configure --help for more informations on options.
11     The GTK development packages are required to build wmclockmon-cal and
12     wmclockmon-config.
15 2. COMPILE THE SOURCES :
17     $ make
20 3. INSTALL THE PROGRAM :
22     $ make install-strip
24     or, if you want a system-wide installation
26     $ su -c "make install-strip"
29 4. THAT'S ALL FOLKS :)