Author: wyoung
Date: Fri Feb 29 00:51:05 2008
New Revision: 2219

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2219&view=rev
Log:
Small clarity tweaks

Modified:
    trunk/README-Visual-C++.txt

Modified: trunk/README-Visual-C++.txt
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/README-Visual-C%2B%2B.txt?rev=2219&r1=2218&r2=2219&view=diff
==============================================================================
--- trunk/README-Visual-C++.txt (original)
+++ trunk/README-Visual-C++.txt Fri Feb 29 00:51:05 2008
@@ -27,17 +27,19 @@
 
 Prerequisites
 ~~~~~~~~~~~~~
-    You need to have the MySQL server installed on your development
-    system, even if you will be using a MySQL server on another server.
-    This is because in addition to installing the server itself,
-    it also installs the client-side development files that MySQL++
+    You need to have the Windows version of the MySQL server installed
+    on your development system, even if you always access a MySQL
+    server on a different machine.  This is because in addition to
+    installing the server itself, the official MySQL Windows binaries
+    also install the client-side development files that MySQL++
     needs in order to communicate with a MySQL server.
 
-    Historically, the MySQL server installer has sometimes installed
-    the development files by default, and sometimes not.  If you get
-    an error about mysql-version.h or mysql.h when building MySQL++,
-    you might need to go back and reinstall the server and select a
-    custom install to enable installation of the development files.
+    Historically, the Windows version of the MySQL server installer
+    has sometimes installed the development files by default, and
+    sometimes not.  If you get an error about mysql-version.h or
+    mysql.h when building MySQL++, you might need to go back and
+    reinstall the server and select a custom install to enable
+    installation of the development files.
 
     If you're getting these header file errors and are certain the
     development files are indeed installed, read on in the following


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to