To simplify maintenace, all references to the current version number outside of the appropriate macro in in wmtime.c have been removed. Note that this macro had been WMMON_VERSION, likely a copy/paste error, and has been renamed to WMTIME_VERSION.
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			646 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			646 B
		
	
	
	
		
			Text
		
	
	
	
	
	
Installation instructions for WMTime.
 | 
						|
 | 
						|
Requirements
 | 
						|
--------------------------------------------------------------
 | 
						|
Nothing particular, but a computer might come in handy doh ;-)
 | 
						|
 | 
						|
 | 
						|
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!
 | 
						|
 | 
						|
 |