[lwatch-cvs] files README.cvs,1.1,1.2
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2004-08-14 15:11:35
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28404 Modified Files: README.cvs Log Message: How to work with CVS snapshot. Index: README.cvs =================================================================== RCS file: /cvsroot/lwatch/files/README.cvs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README.cvs 11 Aug 2004 23:55:40 -0000 1.1 --- README.cvs 14 Aug 2004 15:11:27 -0000 1.2 *************** *** 4,6 **** Working on sources from CVS. ! This is only placeholder. --- 4,23 ---- Working on sources from CVS. ! If you like to walk over the bleeding edge you can use CVS snapshot. For ! detailed instruction about fetching the source from CVS look at: ! http://sourceforge.net/cvs/?group_id=55979 ! section "Anonymous CVS Access". ! ! 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: ! aclocal && automake && autoconf ! ! See README for more information about building lwatch from sources. ! ! vim:tw=72: |