dockapps/wmtime/INSTALL

34 lines
959 B
Plaintext
Raw Normal View History

2012-10-30 15:47:04 +00:00
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
2014-10-05 15:29:59 +00:00
3)* xmkmf -a (for *BSD systems needed only!).
4) % make
5) % make install (as root)
2014-10-05 15:29:59 +00:00
6)* 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.,
2012-10-30 15:47:04 +00:00
% LANG=es_MX.UTF-8 wmtime
2014-10-05 15:29:59 +00:00
7)* This Imakefile was kindly donated by Pascal Hofstede but
2012-10-30 15:47:04 +00:00
untested by the authors because we don't have a *BSD box
2014-10-05 15:29:59 +00:00
to test and try it out... we're working on generic
2012-10-30 15:47:04 +00:00
Imakefiles though ;-)
2014-10-05 15:29:59 +00:00
2012-10-30 15:47:04 +00:00
Be sure to read the HINTS and TODO files too!