dockapps/wmtime/INSTALL
2015-08-24 07:19:12 +01:00

28 lines
714 B
Plaintext

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
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.,
% wmtime -l es_MX.utf8
Be sure to read the HINTS and TODO files too!