[lwatch-cvs] files ChangeLog,1.9,1.10 README,1.4,1.5
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-24 22:58:55
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv14776 Modified Files: ChangeLog README Log Message: - information about compiling under Free BSD Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ChangeLog 24 Mar 2003 22:14:07 -0000 1.9 --- ChangeLog 24 Mar 2003 22:58:48 -0000 1.10 *************** *** 1,3 **** ! 0.3: new tests in ./configure --- 1,3 ---- ! 0.3: new tests in ./configure (getopt_long) Index: README =================================================================== RCS file: /cvsroot/lwatch/files/README,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** README 24 Mar 2003 15:38:25 -0000 1.4 --- README 24 Mar 2003 22:58:48 -0000 1.5 *************** *** 31,33 **** please, send me an email notice about it. ! Artur R. Czechowski <ar...@he...> --- 31,46 ---- please, send me an email notice about it. ! ============================================ ! OS specific information ! ============================================ ! ! * Cygwin. ! There are people which compile lwatch on cygwin and say that it works. ! ! * Free BSD ! CFLAGS="-I/usr/local/include" CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib -lgnugetopt" ./configure ! CFLAGS="-I/usr/local/include" CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib -lgnugetopt" make ! Install libgnugetopt ! ! * Linux ! No additional packages required. |