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
|
<! "@(#)where.so 10.12 (Sleepycat) 12/16/98">
<!Copyright 1997, 1998 by Sleepycat Software, Inc. All rights reserved.>
<html>
<body bgcolor=white>
<head>
<title>Berkeley DB Reference Guide: Introduction</title>
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btr
ee,hash,hashing,transaction,transactions,locking,logging,access method,access me
thods,java,C,C++">
</head>
<h3>Berkeley DB Reference Guide: Introduction</h3>
<p>
<h1 align=center>Where does Berkeley DB run?</h1>
<p>
Berkeley DB requires only underlying POSIX 1003.1 system calls and can be ported
easily to new architectures by adding stub routines to connect the native
system interfaces to the Berkeley DB POSIX-style system calls.
<p>
Berkeley DB will autoconfigure and run on almost any modern UNIX platform, and
even on most historical UNIX platforms. See <a href="../../build/unix.html">Building for UNIX platforms</a> for more information.
<p>
In addition, the Berkeley DB distribution includes support for Windows/95 and
Windows/NT, via the MSVC 4 and 5 applications. See
<a href="../../build/win32.html">Building for Windows platforms</a> for more
information.
<p>
Ports to Windows 3.1 and Digital Equipment Corp.'s VMS environment are
included in the Berkeley DB distribution, but are less well-tested at this time.
<p>
<a href="../../ref/intro/what.html"><img src="../../images/prev.gif"></a>
<a href="../../ref/toc.html"><img src="../../images/toc.gif"></a>
<a href="../../ref/intro/distrib.html"><img src="../../images/next.gif"></a>
</tt>
</body>
</html>
|