• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs/ref/intro/
1<!--$Id: where.so,v 10.33 2008/05/05 17:43:38 carol Exp $-->
2<!--Copyright (c) 1997,2008 Oracle.  All rights reserved.-->
3<!--See the file LICENSE for redistribution information.-->
4<html>
5<head>
6<title>Berkeley DB Reference Guide: Where does Berkeley DB run?</title>
7<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
8<meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++">
9</head>
10<body bgcolor=white>
11<table width="100%"><tr valign=top>
12<td><b><dl><dt>Berkeley DB Reference Guide:<dd>Introduction</dl></b></td>
13<td align=right><a href="../intro/distrib.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../intro/products.html"><img src="../../images/next.gif" alt="Next"></a>
14</td></tr></table>
15<p align=center><b>Where does Berkeley DB run?</b></p>
16<p>Berkeley DB requires only underlying IEEE/ANSI Std 1003.1 (POSIX) system calls and can be
17ported easily to new architectures by adding stub routines to connect
18the native system interfaces to the Berkeley DB POSIX-style system calls.
19See <a href="../../ref/distrib/port.html">Porting Berkeley DB to new
20architectures</a> for more information.</p>
21<p>Berkeley DB will autoconfigure and run on almost any modern UNIX, POSIX or
22Linux systems, and on most historical UNIX platforms.  Berkeley DB will
23autoconfigure and run on almost any GNU gcc toolchain-based embedded
24platform, including Cygwin, OpenLinux and others.  See
25<a href="../../ref/build_unix/intro.html">Building for UNIX systems</a> for
26more information.</p>
27<p>The Berkeley DB distribution includes support for QNX Neutrino.  See
28<a href="../../ref/build_unix/intro.html">Building for UNIX systems</a> for
29more information.</p>
30<p>The Berkeley DB distribution includes support for VxWorks.  See
31<a href="../../ref/build_vxworks/intro6x.html">Building for VxWorks 6.x</a> 
32for more information.</p>
33<p>The Berkeley DB distribution includes support for Windows/95, Windows/98,
34Windows/NT, Windows/2000 and Windows/XP, via the Microsoft Visual C++
356.0 and .NET development environments.  See
36<a href="../../ref/build_win/intro.html">Building for Windows systems</a>
37for more information.</p>
38<table width="100%"><tr><td><br></td><td align=right><a href="../intro/distrib.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../intro/products.html"><img src="../../images/next.gif" alt="Next"></a>
39</td></tr></table>
40<p><font size=1>Copyright (c) 1996,2008 Oracle.  All rights reserved.</font>
41</body>
42</html>
43