wmclockmon: replace deprecated `GtkCombo`
[dockapps.git] / wmclockmon / INSTALL
blob0b07adcb289cf0368bb6606cb700534f79716f32
1 INSTALLING THE DOCKAPP :
5 1. CONFIGURE THE SOURCES :
7     $ ./configure [options]
9     use ./configure --help for more informations on options.
12 2. COMPILE THE SOURCES :
14     $ make
17 3. INSTALL THE PROGRAM :
19     $ make install-strip
21     or, if you want a system-wide installation
23     $ su -c "make install-strip"
26 4. THAT'S ALL FOLKS :)