wmbiff: Fix signedness and/or cast.
[dockapps.git] / wmtime / INSTALL
blob6a4ad4d2c903a3fb16c1a69717b9f82688a99a8d
1 Installation instructions for WMTime.
3 Requirements
4 --------------------------------------------------------------
5 Nothing particular, but a computer might come in handy doh ;-)
8 Installation
9 --------------------------------------------------------------
10 1)  % tar -zxvf wmtime-1.0.tar.gz
11 2)  % cd wmtime.app/wmtime
12 3)* Optional, make a symlink to your preffered language like:
13     % rm language
14     % ln -s languages/slovene.lang language
15 4)* xmkmf -a (for *BSD systems needed only!).    
16 5)  % make
17 6)  copy 'wmtime' somewhere in your $PATH like /usr/local/bin;
18 7)  % wmtime & (or wmtime -h for help)
21 3)* The default language is US/English, WMTime currently only
22     supports the US/English, Dutch and Slovenia languages.
23     
24     A locale version of your language is very simple to create,
25     just take a look at the supplied '.lang' files in the 
26     wmtime.app/wmtime/languages/ directory.
28     If you do create one, please be so kind to mail it to us,
29     this way we can include it with future releases of WMTime.
30     
31 4)* This Imakefile was kindly donated by Pascal Hofstede but
32     untested by the authors because we don't have a *BSD box
33     to test and try it out... we're working on generic 
34     Imakefiles though ;-)
35            
36 Be sure to read the HINTS and TODO files too!