summaryrefslogtreecommitdiff
path: root/docs/installation/win_build_stl.html
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/installation/win_build_stl.html
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'docs/installation/win_build_stl.html')
-rw-r--r--docs/installation/win_build_stl.html38
1 files changed, 20 insertions, 18 deletions
diff --git a/docs/installation/win_build_stl.html b/docs/installation/win_build_stl.html
index 79e073d5..c9f95b2b 100644
--- a/docs/installation/win_build_stl.html
+++ b/docs/installation/win_build_stl.html
@@ -14,7 +14,7 @@
<body>
<div xmlns="" class="navheader">
<div class="libver">
- <p>Library Version 11.2.5.3</p>
+ <p>Library Version 12.1.6.1</p>
</div>
<table width="100%" summary="Navigation header">
<tr>
@@ -22,9 +22,7 @@
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="win_build_cxx.html">Prev</a> </td>
- <th width="60%" align="center">Chapter 5. 
- Building Berkeley DB for Windows
- </th>
+ <th width="60%" align="center">Chapter 5.  Building Berkeley DB for Windows </th>
<td width="20%" align="right"> <a accesskey="n" href="build_win_java.html">Next</a></td>
</tr>
</table>
@@ -38,21 +36,25 @@
</div>
</div>
</div>
+ <p>
+ In the project list of the <code class="filename">Berkeley_DB.sln
+ </code> solution, build the "db_stl" project and
+ "db_stl_static" project to build STL API as a dynamic or
+ static library respectively. And in your application, you
+ should link this library file as well as the Berkeley DB
+ library file to your application. The STL API library file
+ is by default always put at the same location as the
+ Berkeley DB library file.
+ </p>
<p>
-
-In the project list of the <code class="filename">Berkeley_DB.sln </code>
-solution, build the "db_stl" project and "db_stl_static" project to build STL API
-as a dynamic or static library respectively. And in your application, you should link this
-library file as well as the Berkeley DB library file to your application. The STL API library file is by default always put at the
-same location as the Berkeley DB library file.
-</p>
- <p>
-And you need to include the STL API header files in your application code.
-If you are using the Berkeley DB source tree, the header files are in &lt;Berkeley DB Source Root &gt;/stl directory;
-If you
-are using the pre-built installed version, these header files are in &lt; Berkeley DB Installed Directory&gt;/include, as well as the
-db.h and db_cxx.h header files.
-</p>
+ And you need to include the STL API header files in
+ your application code. If you are using the Berkeley DB
+ source tree, the header files are in &lt;Berkeley DB
+ Source Root &gt;/stl directory; If you are using the
+ pre-built installed version, these header files are in
+ &lt; Berkeley DB Installed Directory&gt;/include, as well
+ as the db.h and db_cxx.h header files.
+ </p>
</div>
<div class="navfooter">
<hr />