wmtime: Add -l option to specify locale.
[dockapps.git] / wmtime / INSTALL
blobcff76a8d155682aff1cde273eff506400786a3d2
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)  % make
12 3)  % make install (as root)
14 4)* WMTime uses month and weekday abbreviations from the
15     currently set locale.  If these abbreviations do not
16     use Latin alphabet characters, then WMTime defaults to
17     US/English.
19     You may change this behavior by using the '-l' command line
20     option, e.g.,
22     % wmtime -l es_MX.utf8
24 Be sure to read the HINTS and TODO files too!