[Bioperl-guts-l] bioperl commit
Brian Osborne
bosborne at pub.open-bio.org
Mon Jul 12 08:24:13 EDT 2004
bosborne
Mon Jul 12 08:24:13 EDT 2004
Update of /home/repository/bioperl/bioperl-live
In directory pub.open-bio.org:/tmp/cvs-serv27376
Modified Files:
INSTALL.WIN
Log Message:
Edits
bioperl-live INSTALL.WIN,1.13,1.14
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/INSTALL.WIN,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- /home/repository/bioperl/bioperl-live/INSTALL.WIN 2004/06/29 14:21:54 1.13
+++ /home/repository/bioperl/bioperl-live/INSTALL.WIN 2004/07/12 12:24:13 1.14
@@ -149,7 +149,7 @@
It is possible to test your BioPerl installation on windows with "make
test", although this requires having a copy of make utility available on
your system. If you used ppm to install, this step will not be possible
-as activestate doesn't install this information.
+as Activestate doesn't install this information.
2.0 Windows-Specific Behaviour
==============================
@@ -248,10 +248,12 @@
3.1.1 Mysql and DBD::Mysql
==========================
-The easiest way to install Mysql is to use the Windows binaries
-available at www.mysql.com. Note that Windows does not have
-sockets, so you need to force the Mysql connections to use TCP/IP
-instead. Do this by using the "-h" option from the command-line:
+You may want to install a relational database in order to use
+bioperl-db, BioSQL or OBDA. The easiest way to install Mysql is to
+use the Windows binaries available at www.mysql.com. Note that Windows
+does not have sockets, so you need to force the Mysql connections to
+use TCP/IP instead. Do this by using the "-h", or host, option from the
+command-line. Example:
>mysql -h 127.0.0.1 -u <user> -p<password> <database>
More information about the Bioperl-guts-l
mailing list