Google

Berkeley DB Reference Guide:
Introduction

PrevRefNext

Where does Berkeley DB run?

Berkeley DB requires only underlying IEEE/ANSI Std 1003.1 (POSIX) 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.

Berkeley DB will autoconfigure and run on almost any modern UNIX system, and even on most historical UNIX platforms. See Building for UNIX systems for more information.

The Berkeley DB distribution includes support for QNX Neutrino. See Building for UNIX systems for more information.

The Berkeley DB distribution includes support for VxWorks, via a workspace and project files for Tornado 2.0. See Building for VxWorks for more information.

The Berkeley DB distribution includes support for Windows/95, Windows/98, Windows/NT, Windows/2000 and Windows/XP, via the MSVC 5 and 6 development environments. See Building for Windows systems for more information.

PrevRefNext

Copyright Sleepycat Software