Author: wyoung
Date: Fri Apr 27 20:35:59 2007
New Revision: 1548

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

Modified:
    trunk/README.examples

Modified: trunk/README.examples
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/README.examples?rev=1548&r1=1547&r2=1548&view=diff
==============================================================================
--- trunk/README.examples (original)
+++ trunk/README.examples Fri Apr 27 20:35:59 2007
@@ -1,17 +1,17 @@
 Building the Examples
 ~~~~~~~~~~~~~~~~~~~~~
-    If you're installing MySQL++ from the source tarball, the
-    example programs should have been built when you built the
-    library.  If you change any example code, just say 'make'
-    at the top level MySQL++ directory to rebuild the examples.
-    The examples are built against the headers and library in
-    the lib subdirectory.
+    If you're installing MySQL++ from the source tarball, the example
+    programs get built when you build the library.  If you change
+    any example code, just say 'make' to rebuild the examples.
+    The examples are built against the headers and library in the
+    lib subdirectory, not against the ones you may have installed
+    elsewhere on the system.
 
-    If these example files were installed on your system as part
-    of the -devel RPM, copy all the files to a directory you can
-    write to, then say 'make' in that directory.  This uses a
-    simplified Makefile, which builds the examples against the
-    headers and libraries installed in the system directories.
+    If these example files were installed on your system as part of
+    the -devel RPM, copy all the files to a directory you can write
+    to, then say 'make' in that directory.  This uses a simplified
+    Makefile, which builds the examples against the headers and
+    libraries installed in the system directories.
 
 
 Getting Started with the Examples


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

Reply via email to