dockapps/wmtime/INSTALL

28 lines
714 B
Plaintext
Raw Normal View History

2012-10-30 15:47:04 +00:00
Installation instructions for WMTime.
Requirements
--------------------------------------------------------------
Make sure libdockapp (at least version 0.7.0) is installed. It
may be obtained at
http://windowmaker.org/dockapps/?name=libdockapp
2012-10-30 15:47:04 +00:00
Installation
--------------------------------------------------------------
1) % make
2) % make install (as root)
3)* 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.,
2012-10-30 15:47:04 +00:00
% wmtime -l es_MX.utf8
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!