[lwatch-cvs] files README,1.25,1.26 README.cvs,1.2,1.3
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2004-08-14 15:19:15
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29294 Modified Files: README README.cvs Log Message: Information about CVS snapshot moved from README to README.cvs. Set textwidth to 78. Index: README.cvs =================================================================== RCS file: /cvsroot/lwatch/files/README.cvs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README.cvs 14 Aug 2004 15:11:27 -0000 1.2 --- README.cvs 14 Aug 2004 15:19:02 -0000 1.3 *************** *** 10,18 **** You have to install some additional software to build lwatch from CVS ! snapshot: ! - automake v1.8 <http://ftp.gnu.org/gnu/automake/automake-1.8.5.tar.bz2> ! - autoconf <http://ftp.gnu.org/gnu/autoconf/autoconf-2.59.tar.bz2> ! - docbook-to-man (required to build manual files) ! <http://www.oasis-open.org/docbook/tools/dtm/docbook-to-man.tar.gz> If you have all above installed on you box just run following sequence: --- 10,28 ---- You have to install some additional software to build lwatch from CVS ! snapshot. ! ! First, you need an automake. Files are prepared for 1.8. You can download ! it from <http://ftp.gnu.org/gnu/automake/automake-1.8.5.tar.bz2>. ! ! Another required package is autoconf, at least 2.57. Available at ! <http://ftp.gnu.org/gnu/autoconf/autoconf-2.59.tar.bz2>. ! ! 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 docbook-to-man available at: ! http://www.oasis-open.org/docbook/tools/dtm/docbook-to-man.tar.gz ! ! docbook2man from docbook-utils is not supported and I am not sure ! if I will. If you have all above installed on you box just run following sequence: *************** *** 21,23 **** See README for more information about building lwatch from sources. ! vim:tw=72: --- 31,33 ---- See README for more information about building lwatch from sources. ! vim:tw=78: Index: README =================================================================== RCS file: /cvsroot/lwatch/files/README,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** README 11 Aug 2004 22:56:08 -0000 1.25 --- README 14 Aug 2004 15:19:02 -0000 1.26 *************** *** 21,37 **** and binary. If not, please submit a bug (see BUGS for details). ! If you want to use CVS snapshot you need autoconf 2.57. Automake 1.8 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 docbook-to-man available at: - http://www.oasis-open.org/docbook/tools/dtm/docbook-to-man.tar.gz - - docbook2man from docbook-utils is 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 --- 21,29 ---- and binary. If not, please submit a bug (see BUGS for details). ! If you want to use CVS snapshot please read README.cvs. Automake 1.8 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. Log Watcher uses getopt_long function. Some unices have it included in libc (specially glibc based ones), some have it in other libraries *************** *** 124,125 **** --- 116,119 ---- I have no shell access to any other platforms. Any feedback about compiling and running lwatch on them is greatly appreciated. + + vim:tw=78: |