Make AddMouseRegion's index unsigned
[dockapps.git] / wmclock / INSTALL
blob6ce42f8be898b2ebbc128e17fd31b304cbbf8757
1 ____________________________
2 |O|  Installing wmclock  |X|
3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5 The procedure for installing wmclock is relatively simple.
7   (1) Create the `configure' script:
9           autoreconf -i
11   (2) Run the `configure' script to configure the language support that
12       is built into wmclock.  For example:
14           ./configure --with-lang=english
16       For a list of the available languages, use:
18           ./configure --help
20       Note that if no language it given, `english' is chosen as the default.
22   (3) Compile:
24           make
26       You may specify the C compiler to use and additional command-line
27       options for the C compiler using the `CC' and `CFLAGS'
28       variables, respectively.  For example:
30           make CC=clang CFLAGS='-O4 -march=pentium2'
33   (4) Test wmclock:
35           ./wmclock
37       (If it appears to work as expected, *don't dock it*.  Wait until
38       after you've installed it).
40   (5) Install:
42           su
43           make install
45   (6) You're done.  See the README file accompanying this one for
46       instructions on installing wmclock into Window Maker's dock.
49 Window Maker Developers Team <wmaker-dev@googlegroups.com>