Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / docs / installation / introduction.html
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6     <title>Chapter 1. Introduction</title>
7     <link rel="stylesheet" href="gettingStarted.css" type="text/css" />
8     <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
9     <link rel="start" href="index.html" title="Berkeley DB Installation and Build Guide" />
10     <link rel="up" href="index.html" title="Berkeley DB Installation and Build Guide" />
11     <link rel="prev" href="moreinfo.html" title="For More Information" />
12     <link rel="next" href="ch01s02.html" title="Supported Platforms" />
13   </head>
14   <body>
15     <div xmlns="" class="navheader">
16       <div class="libver">
17         <p>Library Version 11.2.5.3</p>
18       </div>
19       <table width="100%" summary="Navigation header">
20         <tr>
21           <th colspan="3" align="center">Chapter 1. Introduction</th>
22         </tr>
23         <tr>
24           <td width="20%" align="left"><a accesskey="p" href="moreinfo.html">Prev</a> </td>
25           <th width="60%" align="center"> </th>
26           <td width="20%" align="right"> <a accesskey="n" href="ch01s02.html">Next</a></td>
27         </tr>
28       </table>
29       <hr />
30     </div>
31     <div class="chapter" lang="en" xml:lang="en">
32       <div class="titlepage">
33         <div>
34           <div>
35             <h2 class="title"><a id="introduction"></a>Chapter 1. Introduction</h2>
36           </div>
37         </div>
38       </div>
39       <div class="toc">
40         <p>
41           <b>Table of Contents</b>
42         </p>
43         <dl>
44           <dt>
45             <span class="sect1">
46               <a href="introduction.html#install-overview">Installation Overview</a>
47             </span>
48           </dt>
49           <dt>
50             <span class="sect1">
51               <a href="ch01s02.html">Supported Platforms</a>
52             </span>
53           </dt>
54         </dl>
55       </div>
56       <p>
57             Welcome to the Berkeley DB. This manual describes how to
58             configure, build and install Berkeley DB. Installation of DB
59             for all of the platforms it officially supports is described in
60             this manual. Upgrade instructions and release notes for newer
61             versions of this product are described here. For infomation on
62             upgrading from historical versions, see the
63             
64             <a class="ulink" href="http://download.oracle.com/docs/cd/E17076_02/html/upgrading/index.html" target="_top">
65                         Berkeley DB Upgrade Guide.
66            </a>
67         </p>
68       <p>
69             Note that some operating systems and distributions might
70             provide DB, either by default or as part of an installation
71             option. If so, those platforms will have installation
72             instructions for DB specific to them. In this situation, you should
73             see the documentation for your operating system or distribution
74             provider for information on how to get DB on your
75             platform. 
76         </p>
77       <div class="sect1" lang="en" xml:lang="en">
78         <div class="titlepage">
79           <div>
80             <div>
81               <h2 class="title" style="clear: both"><a id="install-overview"></a>Installation Overview</h2>
82             </div>
83           </div>
84         </div>
85         <p>
86                 Berkeley DB is an open-source product, and as such it is
87                 usually offered in source-code format. This means that
88                 placing DB on your platform requires you to configure
89                 the build scripts, compile it, and then install the product
90                 onto your host system. The exception to this are Microsoft
91                 Windows platforms for which a binary installer is
92                 available. Note that for Windows platforms, you can still
93                 compile the product from source if you desire.
94             </p>
95         <p>
96                 For *nix systems, including the BSD and Linux systems,
97                 the usual <code class="literal">configure</code>, <code class="literal">make</code> 
98                 and <code class="literal">make install</code> installation
99                 process is used to place DB on your platform.
100             </p>
101         <p>
102                 For information on building and installing Berkeley DB on:
103             </p>
104         <div class="itemizedlist">
105           <ul type="disc">
106             <li>
107               <p>
108                         Microsoft Windows, see <a class="xref" href="build_win.html" title="Chapter 5.  Building Berkeley DB for Windows">
109                 Building Berkeley DB for Windows
110         </a>
111                         or <a class="xref" href="build_wince.html" title="Chapter 6.  Building Berkeley DB for Windows Mobile">
112                 Building Berkeley DB for Windows Mobile
113         </a>.
114                     </p>
115             </li>
116             <li>
117               <p>
118                         Unix/POSIX — including Linux, BSD, Apple iOS (known as iPhone OS previously), and Mac OS X — see 
119                         <a class="xref" href="build_unix.html" title="Chapter 7.  Building Berkeley DB for UNIX/POSIX">
120                 Building Berkeley DB for UNIX/POSIX
121         </a>.
122                     </p>
123             </li>
124             <li>
125               <p>
126                         VxWorks, see <a class="xref" href="build_vxworks.html" title="Chapter 8.  Building Berkeley DB for VxWorks">
127                 Building Berkeley DB for VxWorks
128         </a>.
129                     </p>
130             </li>
131           </ul>
132         </div>
133       </div>
134     </div>
135     <div class="navfooter">
136       <hr />
137       <table width="100%" summary="Navigation footer">
138         <tr>
139           <td width="40%" align="left"><a accesskey="p" href="moreinfo.html">Prev</a> </td>
140           <td width="20%" align="center"> </td>
141           <td width="40%" align="right"> <a accesskey="n" href="ch01s02.html">Next</a></td>
142         </tr>
143         <tr>
144           <td width="40%" align="left" valign="top">For More Information </td>
145           <td width="20%" align="center">
146             <a accesskey="h" href="index.html">Home</a>
147           </td>
148           <td width="40%" align="right" valign="top"> Supported Platforms</td>
149         </tr>
150       </table>
151     </div>
152   </body>
153 </html>