Macintosh-like Clock
Go to file
2022-03-22 11:24:03 +01:00
rcfile
.gitignore Fix gitignore 2022-03-22 11:11:56 +01:00
Imakefile Updated: build script and readme 2022-03-22 11:05:18 +01:00
Makefile.std
mlclock.c Fixed warning re:unused parameter in readrc() 2020-03-07 12:02:09 -05:00
README Added github issue url 2022-03-22 11:24:03 +01:00
README.EUC

          MLCLOCK is "Macintosh like clock"

HOW TO COMPILE

   1) xmkmf
   2) make
   3) make install

   -or-

   1) C_INCLUDE_PATH="/usr/X11R6/include" LIBRARY_PATH="/usr/X11R6/lib" clang -std=c11 -pedantic -D_DEFAULT_SOURCE mlclock.c -o mlclock -lc -lm -lX11 -lXext
   2) install -m 755 mlclock /usr/local/bin

HOW TO USE

   Copy mlclockrc file to your home directory as ".mlclockrc" or specifyed name.
   Run mlclock.

ABOUT BUGS

   Open a issue at https://github.com/morgant/mlclock/issues

ORIGINAL AUTHOR: 

   hideki@hry.info.gifu-u.ac.jp