diff --git a/doc/install_python_mysqldb.txt b/doc/install_python_mysqldb.txt index 07b1492a65..50f8f93571 100644 --- a/doc/install_python_mysqldb.txt +++ b/doc/install_python_mysqldb.txt @@ -1,10 +1,15 @@ ;; $Id$ -To run the test scripts in test/ you need a Python extension module called -"MySQLdb". You can get the source here: +Various BOINC tools depend on a Python extension module called "MySQLdb". You +can get the source here: http://sourceforge.net/projects/mysql-python +WARNING: currently (2003/08/28) BOINC requires version 0.9.2 of +Python-MySQLdb, however this could be backported to 0.9.1 in the future as +many Linux distributions seem to have 0.9.1. + + INSTALLATION INSTRUCTIONS ========================= @@ -32,6 +37,9 @@ Debian Linux: shared module Red Hat Linux: shared module ---------------------------- + WARNING: The RPM on SourceForge is currently (2003/08/28) for Python 1.5 + and will likely not work for your system; instead see below. + 1. Download MySQL-python $ wget http://easynews.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-0.9.2-1.i386.rpm diff --git a/doc/software.php b/doc/software.php index 684a854c47..85d0c620e1 100644 --- a/doc/software.php +++ b/doc/software.php @@ -17,20 +17,23 @@ Required to run automated tests, create a project and other various tools:
*/Makefile.am
:
@@ -43,7 +46,7 @@ Optional, required only if you change */Makefile.am
:
On Debian Linux you can install all of the above software using
-apt-get install g++ python python-mysqldb python-xml mysql apache php automake autoconf
+apt-get install g++ python python-mysqldb python-xml mysql-server mysql-client apache php automake autoconf