[lwatch-cvs] files README,1.18,1.19 TODO,1.23,1.24
Brought to you by:
arturcz
|
From: <ca...@us...> - 2003-04-08 13:40:58
|
Update of /cvsroot/lwatch/files
In directory sc8-pr-cvs1:/tmp/cvs-serv10972
Modified Files:
README TODO
Log Message:
spelling
Index: README
===================================================================
RCS file: /cvsroot/lwatch/files/README,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** README 8 Apr 2003 12:18:13 -0000 1.18
--- README 8 Apr 2003 13:40:51 -0000 1.19
***************
*** 34,43 ****
docbook2man from docbook-utils are not supported and I am not sure
! that I do it.
Log Watcher uses getopt_long function. Some unices have it included
in libc (specially glibc based ones), some have it in other libraries
and some do not have it. If you use one of the two last flavors of
! unices, please, inform me how you compiled/linked lwatch.
In most cases (assuming, that you have the required libriaries)
--- 34,43 ----
docbook2man from docbook-utils are not supported and I am not sure
! if I will.
Log Watcher uses getopt_long function. Some unices have it included
in libc (specially glibc based ones), some have it in other libraries
and some do not have it. If you use one of the two last flavors of
! unices, please inform me how you compiled/linked lwatch.
In most cases (assuming, that you have the required libriaries)
***************
*** 45,49 ****
make
make install
! should work. If not you can set following environment variables:
- CPPFLAGS specifies additional directories where headers files are searched
- LDFLAGS specifies additional directories where libraries are searched
--- 45,49 ----
make
make install
! should work. If not, you can set following environment variables:
- CPPFLAGS specifies additional directories where headers files are searched
- LDFLAGS specifies additional directories where libraries are searched
Index: TODO
===================================================================
RCS file: /cvsroot/lwatch/files/TODO,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** TODO 8 Apr 2003 12:08:47 -0000 1.23
--- TODO 8 Apr 2003 13:40:52 -0000 1.24
***************
*** 26,30 ****
- take color codes from termcap (slang? ncurses?)
! Wont do:
- create fifo - installation task, should be done by the user/administrator
--- 26,30 ----
- take color codes from termcap (slang? ncurses?)
! Won't do:
- create fifo - installation task, should be done by the user/administrator
|