2016-12-27 18:52:49 +00:00
|
|
|
Installation instructions for wmCalClock.
|
|
|
|
|
|
|
|
Requirements
|
|
|
|
--------------------------------------------------------------
|
|
|
|
wmCalClock requires the Xpm library (which should be available on
|
|
|
|
most machines with XFree86 installed).
|
|
|
|
|
|
|
|
Installation
|
|
|
|
--------------------------------------------------------------
|
|
|
|
1) gunzip wmCalClock-x.xx.tar.gz
|
|
|
|
1) tar -xvf wmCalClock-x.xx.tar
|
|
|
|
2) cd wmCalClock-x.xx/Src/
|
2017-02-21 00:16:01 +00:00
|
|
|
3) make
|
|
|
|
4) make install (must be root)
|
2016-12-27 18:52:49 +00:00
|
|
|
5) wmCalClock & (or 'wmCalClock -h' for help, or 'man wmCalClock' for the man page)
|
|
|
|
|
|
|
|
|
|
|
|
Notes:
|
|
|
|
|
|
|
|
- On FreeBSD, you may need to use gmake.
|
|
|
|
- On Solaris 2.6, -lsocket is required (use the Solaris-specfic
|
|
|
|
LIB line in the Makefile instead of the default one for Linux).
|
|
|
|
- On SGI/IRIX, use gmake (?) or the Makefile.sgi
|
|
|
|
|