wmclock: Bump to version 1.0.15.
[dockapps.git] / wmtime / INSTALL
bloba5616cb66cffa830bad83aad7da8414a2a23a87d
1 Installation instructions for WMTime.
3 Requirements
4 --------------------------------------------------------------
5 Nothing particular, but a computer might come in handy doh ;-)
8 Installation
9 --------------------------------------------------------------
10 1)  % tar -zxvf wmtime-1.1.tar.gz
11 2)  % cd wmtime/wmtime
12 3)* xmkmf -a (for *BSD systems needed only!).
13 4)  % make
14 5)  % make install (as root)
16 6)* WMTime uses month and weekday abbreviations from the
17     currently set locale.  If these abbreviations do not
18     use Latin alphabet characters, then WMTime defaults to
19     US/English.
21     You may change this behavior by setting the LANG
22     environment variable, e.g.,
24     % LANG=es_MX.UTF-8 wmtime
26 7)* This Imakefile was kindly donated by Pascal Hofstede but
27     untested by the authors because we don't have a *BSD box
28     to test and try it out... we're working on generic
29     Imakefiles though ;-)
31 Be sure to read the HINTS and TODO files too!