Author: mysqlpp
Date: Tue Jul  7 15:57:22 2009
New Revision: 2545

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2545&view=rev
Log:
Minor tweaks to "incorporating" chapter's leading paragraphs

Modified:
    trunk/doc/userman/incorporating.dbx

Modified: trunk/doc/userman/incorporating.dbx
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/incorporating.dbx?rev=2545&r1=2544&r2=2545&view=diff
==============================================================================
--- trunk/doc/userman/incorporating.dbx (original)
+++ trunk/doc/userman/incorporating.dbx Tue Jul  7 15:57:22 2009
@@ -5,26 +5,29 @@
 <sect1 id="incorporating">
   <title>Using MySQL++ in Your Own Project</title>
 
-  <para>Up to now, this manual has only discussed MySQL++ in
-  conjunction with the example programs that come with it. This chapter
-  covers the steps you need to take to incorporate MySQL++ into your own
-  projects.</para>
+  <para>Up to now, this manual has only discussed MySQL++
+  in conjunction with the example programs that come with the
+  library. This chapter covers the steps you need to take to
+  incorporate MySQL++ into your own projects.</para>
 
   <para>The first thing you have to do is include
-  <filename>mysql++.h</filename> in each module that uses MySQL++.
-  In modules that use <link linkend="ssqls">SSQLS</link>, you also
-  need to include <filename>ssqls.h</filename>.<footnote><para>MySQL++
-  has many more header files, but don&rsquo;t include any of them
-  directly.  <filename>mysql++.h</filename> includes all of them for
-  you (except <filename>ssqls.h</filename> of course) in the correct
-  order.</para></footnote></para>
-
-  <para>At this point, your project probably won&rsquo;t compile, and
-  it certainly won&rsquo;t link. The steps to fix this are dependent
-  on your particular platform. The rest of this chapter is broken
-  up into several sections, one for each major platform type. These
-  sections are independent of each other. Feel free to ignore the
-  sections for platforms you don&rsquo;t use.</para>
+  <filename>mysql++.h</filename> in each module
+  that uses MySQL++. In modules that use <link
+  linkend="ssqls">SSQLS v1</link>, you also need to include
+  <filename>ssqls.h</filename>.<footnote><para>MySQL++ has many header
+  files, but the only one that isn&rsquo;t intertwined with the rest
+  is <filename>ssqls.h</filename>. <filename>mysql++.h</filename>
+  includes all of the others in the correct order. Some disregard
+  this advice, thinking they can speed their build times by finding
+  a subset of MySQL++ headers to include. This isn&rsquo;t likely,
+  due to MySQL++&rsquo;s monolithic nature.</para></footnote></para>
+
+  <para>At this point, your project probably still won&rsquo;t compile,
+  and it certainly won&rsquo;t link. The remaining steps are dependent
+  on the operating system and tools you are using. The rest of this
+  chapter is broken up into several sections, one for each major
+  platform type. You can skip over the sections for platforms you
+  don&rsquo;t use.</para>
 
 
   <sect2 id="inc-vstudio">


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

Reply via email to