• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/docs/programmer_reference/
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>Where does Berkeley DB run?</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 Programmer's Reference Guide" />
10    <link rel="up" href="intro.html" title="Chapter 1.  Introduction" />
11    <link rel="prev" href="intro_distrib.html" title="What does the Berkeley DB distribution include?" />
12    <link rel="next" href="intro_products.html" title="The Berkeley DB products" />
13  </head>
14  <body>
15    <div class="navheader">
16      <table width="100%" summary="Navigation header">
17        <tr>
18          <th colspan="3" align="center">Where does Berkeley DB run?</th>
19        </tr>
20        <tr>
21          <td width="20%" align="left"><a accesskey="p" href="intro_distrib.html">Prev</a> </td>
22          <th width="60%" align="center">Chapter 1. 
23		Introduction
24        </th>
25          <td width="20%" align="right"> <a accesskey="n" href="intro_products.html">Next</a></td>
26        </tr>
27      </table>
28      <hr />
29    </div>
30    <div class="sect1" lang="en" xml:lang="en">
31      <div class="titlepage">
32        <div>
33          <div>
34            <h2 class="title" style="clear: both"><a id="intro_where"></a>Where does Berkeley DB run?</h2>
35          </div>
36        </div>
37      </div>
38      <p>Berkeley DB requires only underlying IEEE/ANSI Std 1003.1 (POSIX) system calls and can be
39ported easily to new architectures by adding stub routines to connect
40the native system interfaces to the Berkeley DB POSIX-style system calls.
41See <a class="xref" href="distrib.html#distrib_port" title="Porting Berkeley DB to new architectures">Porting Berkeley DB to new architectures</a> for more information.</p>
42      <p>Berkeley DB will autoconfigure and run on almost any modern UNIX, POSIX or
43Linux systems, and on most historical UNIX platforms.  Berkeley DB will
44autoconfigure and run on almost any GNU gcc toolchain-based embedded
45platform, including Cygwin, OpenLinux and others.  See
46<a class="xref" href="build_unix.html#build_unix_intro" title="Building for UNIX/POSIX">Building for UNIX/POSIX</a> for
47more information.</p>
48      <p>The Berkeley DB distribution includes support for QNX Neutrino.  See
49<a class="xref" href="build_unix.html#build_unix_intro" title="Building for UNIX/POSIX">Building for UNIX/POSIX</a> for
50more information.</p>
51      <p>The Berkeley DB distribution includes support for VxWorks.  See
52<a class="xref" href="build_vxworks_intro6x.html" title="Building for VxWorks 6.x">Building for VxWorks 6.x</a> 
53for more information.</p>
54      <p>The Berkeley DB distribution includes support for Windows/NT, 
55    Windows/2000 and Windows/XP, via the Microsoft Visual C++
566.0 and .NET development environments.  See
57<a class="xref" href="build_win.html" title="Chapter 28.  Building Berkeley DB for Windows">
58		Building Berkeley DB for Windows
59        </a>
60for more information.</p>
61    </div>
62    <div class="navfooter">
63      <hr />
64      <table width="100%" summary="Navigation footer">
65        <tr>
66          <td width="40%" align="left"><a accesskey="p" href="intro_distrib.html">Prev</a> </td>
67          <td width="20%" align="center">
68            <a accesskey="u" href="intro.html">Up</a>
69          </td>
70          <td width="40%" align="right"> <a accesskey="n" href="intro_products.html">Next</a></td>
71        </tr>
72        <tr>
73          <td width="40%" align="left" valign="top">What does the Berkeley DB distribution include? </td>
74          <td width="20%" align="center">
75            <a accesskey="h" href="index.html">Home</a>
76          </td>
77          <td width="40%" align="right" valign="top"> The Berkeley DB products</td>
78        </tr>
79      </table>
80    </div>
81  </body>
82</html>
83