[Lxr-commits] CVS: lxr INSTALL,1.19,1.20
Brought to you by:
ajlittoz
From: Malcolm B. <mb...@us...> - 2005-01-05 17:13:29
|
Update of /cvsroot/lxr/lxr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29983 Modified Files: INSTALL Log Message: Fix bug 103178: Document that MySQL 4.x is needed Index: INSTALL =================================================================== RCS file: /cvsroot/lxr/lxr/INSTALL,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- INSTALL 11 Oct 2004 19:39:26 -0000 1.19 +++ INSTALL 5 Jan 2005 17:13:20 -0000 1.20 @@ -5,7 +5,7 @@ 1) A recent version of the exuberant ctags program. Available from http://sf.net/projects/ctags -2) A relational database - MySQL (http://www.mysql.com), Postgresql +2) A relational database - MySQL 4.x (http://www.mysql.com), Postgresql (http://www.postgresql.org) and Oracle are supported. You will also need the right Perl DBI drivers for your particular database, usually available from CPAN. |