Download and install

Server binaries for all available platforms are downloaded from https://dboo.dev/downloads

Developer packages

C++ SDK

The SDK for C++ consists of header files and a library for static linking. Install the files anywhere your compiler can find them.

The C++ SDK for all available platforms are downloaded from https://dboo.dev/downloads

C# SDK

The client API for C# consists of a dll that is linked with your application. Download and put it anywhere your compiler can find them. It is available for downloaded for Windows 10 from https://dboo.dev/downloads.

Node.JS

To download the node module use:

npm install dboo

The node module is a binary only module, and it is currently available for macOS and linux. If you are interested in other platforms, please contact us.

Server Installation

The server package contains the server daemon dbood, and the command line tool dboo.

macOS

Open the .pkg and follow instructions in the installer.

The binaries will be installed in /opt/dboo/dboo-<version>/bin and links created from /usr/bin.

The C++ SDK files in the .pkg will be installed in include, lib in the /opt/dboo/dboo-<version> (separate download).

Linux

No distribution package is currently available. Simply decompress the bz2 files and save the files in a suitable location ( /opt/dboo/dboo-<version>/bin for instance).