dockapps/wmtime/INSTALL
Doug Torrance ea19c5c3ca wmtime: Add -l option to specify locale.
Based on a similar patch for wmitime [1].

[1] cc801880a5
2015-01-03 22:31:44 +00:00

27 lines
680 B
Plaintext

Installation instructions for WMTime.
Requirements
--------------------------------------------------------------
Nothing particular, but a computer might come in handy doh ;-)
Installation
--------------------------------------------------------------
1) % tar -zxvf wmtime-1.1.tar.gz
2) % make
3) % make install (as root)
4)* WMTime uses month and weekday abbreviations from the
currently set locale. If these abbreviations do not
use Latin alphabet characters, then WMTime defaults to
US/English.
You may change this behavior by using the '-l' command line
option, e.g.,
% wmtime -l es_MX.utf8
Be sure to read the HINTS and TODO files too!