[lwatch-cvs] files README,1.12,1.13
Brought to you by:
arturcz
|
From: <ca...@us...> - 2003-04-01 18:53:22
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv1207 Modified Files: README Log Message: stylistics, spelling in README. Index: README =================================================================== RCS file: /cvsroot/lwatch/files/README,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** README 27 Mar 2003 11:54:46 -0000 1.12 --- README 1 Apr 2003 18:53:17 -0000 1.13 *************** *** 7,14 **** Regular expression support is provided by the PCRE library package, ! which is open source software, written by Philip Hazel, and copyright by the University of Cambridge, England. ! PCRE library available at: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ --- 7,14 ---- Regular expression support is provided by the PCRE library package, ! which is an open source software, written by Philip Hazel, copyright by the University of Cambridge, England. ! PCRE library is available at: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ *************** *** 21,29 **** If you want to use CVS snapshot you need autoconf 2.57. ! Automake 1.7 is not necessary. You may safely ignore messages about ! its lack until Makefile.am, acinclude.m4 and configure.ac is not modified. ! System manual has been written in SGML DocBook. You need any docbook->man ! converter to generate proper manual page. For now configure supports only docbook-to-man available at: http://www.oasis-open.org/docbook/tools/dtm/docbook-to-man.tar.gz --- 21,29 ---- If you want to use CVS snapshot you need autoconf 2.57. ! Automake 1.7 is not necessary. You may safely ignore messages about the ! lack of it as long as Makefile.am, acinclude.m4 and configure.ac are not ! modified. ! System manual has been written in SGML DocBook. You need some kind (any) docbook->man converter to generate proper manual page. For now, configure supports only docbook-to-man available at: http://www.oasis-open.org/docbook/tools/dtm/docbook-to-man.tar.gz *************** *** 31,47 **** 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 have not. If you use one of two last flavour of unices, please, ! inform me how you compiled/linked lwatch. ! In most cases (assume, that you have required libriaries) ./configure make make install ! should work. If not can set following environment variables: - CPPFLAGS specifies additional directories where headers files are searched - LDFLAGS specifies additional directories where libraries are searched - LIBS specifies additional libraries which lwatch should be linked with(FIXME) ! If you have a includes/libraries in non-standard directories you can run (for example): CPPFLAGS="-I/opt/include" LDFLAGS="-L/opt/lib" ./configure --- 31,47 ---- 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) ./configure 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 - LIBS specifies additional libraries which lwatch should be linked with(FIXME) ! If you have includes/libraries in non-standard directories you can run (for example): CPPFLAGS="-I/opt/include" LDFLAGS="-L/opt/lib" ./configure *************** *** 60,64 **** configuration file during package installation? ! If you add this piece of software into any distrubution make me a favour and, please, send me an email notice about it. You can find my email address in AUTHORS file. --- 60,64 ---- configuration file during package installation? ! If you add this piece of software into any distribution do me a favour and, please, send me an email notice about it. You can find my email address in AUTHORS file. *************** *** 87,94 **** LIBS="-liberty" CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" make make install ! and, please, notify me is it works. * MS Windows ! There is no native Windows port of lwatch. If you want to use it under MS Win install Cygwin from http://www.cygwin.com/ and read a note about Cygwin in this README. --- 87,94 ---- LIBS="-liberty" CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" make make install ! and, please, notify me if it works. * MS Windows ! There is no native Windows port for lwatch. If you want to use it under MS Win install Cygwin from http://www.cygwin.com/ and read a note about Cygwin in this README. |