Make AddMouseRegion's index unsigned
[dockapps.git] / wmtime / INSTALL
blob52fe0e5f958384737cdd88695d59a8f74b090802
1 Installation instructions for WMTime.
3 Requirements
4 --------------------------------------------------------------
5 Make sure libdockapp (at least version 0.7.0) is installed. It
6 may be obtained at
7 https://www.dockapps.net/libdockapp
10 Installation
11 --------------------------------------------------------------
12 1)  % make
13 2)  % make install (as root)
15 3)* WMTime uses month and weekday abbreviations from the
16     currently set locale.  If these abbreviations do not
17     use Latin alphabet characters, then WMTime defaults to
18     US/English.
20     You may change this behavior by using the '-l' command line
21     option, e.g.,
23     % wmtime -l es_MX.utf8
25 Be sure to read the HINTS and TODO files too!