File: gettingit.html

package info (click to toggle)
db4.3 4.3.29-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 34,368 kB
  • ctags: 26,050
  • sloc: ansic: 111,720; tcl: 39,474; java: 29,503; perl: 11,771; sh: 11,295; cpp: 8,584; makefile: 1,769; awk: 1,312; cs: 457; xml: 114; php: 22; asm: 14
file content (77 lines) | stat: -rw-r--r-- 3,379 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <title>Getting and Using DB </title>
    <link rel="stylesheet" href="gettingStarted.css" type="text/css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.62.4" />
    <link rel="home" href="index.html" title="Getting Started with Berkeley DB" />
    <link rel="up" href="introduction.html" title="Chapter1.Introduction to Berkeley DB " />
    <link rel="previous" href="returns.html" title="Error Returns" />
    <link rel="next" href="DB.html" title="Chapter2.Databases" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">Getting and Using DB </th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="returns.html">Prev</a></td>
          <th width="60%" align="center">Chapter1.Introduction to Berkeley DB </th>
          <td width="20%" align="right"><a accesskey="n" href="DB.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="sect1" lang="en" xml:lang="en">
      <div class="titlepage">
        <div>
          <div>
            <h2 class="title" style="clear: both"><a id="gettingit"></a>Getting and Using DB </h2>
          </div>
        </div>
        <div></div>
      </div>
      <p>
	    You can obtain DB by visiting the Sleepycat download page: 
        <a href="http://www.sleepycat.com/download/index.shtml" target="_top">http://www.sleepycat.com/download/index.shtml</a>.
     </p>
      <p>
        To install DB, untar or unzip the distribution to the directory of
        your choice. You will then need to build the product binaries.
        For information on building DB, see 
            <span class="emphasis"><em>DB_INSTALL</em></span><tt class="literal">/docs/index.html</tt>,
        where <span class="emphasis"><em>DB_INSTALL</em></span> is the directory where you unpacked
	    DB. On that page, you will find links to platform-specific build
        instructions.
    </p>
      <p>
        That page also contains links to more documentation for DB. In
        particular, you will find links for the <i class="citetitle">Berkeley DB
        Programmer's Tutorial and Reference Guide</i> as
        well as the API reference documentation.
    </p>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="returns.html">Prev</a></td>
          <td width="20%" align="center">
            <a accesskey="u" href="introduction.html">Up</a>
          </td>
          <td width="40%" align="right"><a accesskey="n" href="DB.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">Error Returns</td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top">Chapter2.Databases</td>
        </tr>
      </table>
    </div>
  </body>
</html>