8b51ce7f1b
Also update INSTALL to remove reference to it.
28 lines
709 B
Plaintext
28 lines
709 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) % cd wmtime/wmtime
|
|
3) % make
|
|
4) % make install (as root)
|
|
|
|
5)* 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 setting the LANG
|
|
environment variable, e.g.,
|
|
|
|
% LANG=es_MX.UTF-8 wmtime
|
|
|
|
Be sure to read the HINTS and TODO files too!
|
|
|
|
|