Skip to content

Conreality/conreality-ddk

Repository files navigation

Conreality Driver Development Kit (DDK) for C++

Project license

Travis CI build status

https://ddk.conreality.org/cxx/

Prerequisites

Build Prerequisites

Dependencies

Installation

Installation from Source Code

Configuring, building, and installing the library (by default, into /usr/local) are all performed with the standard incantations:

$ ./autogen.sh   # only needed for the development version from Git

$ ./configure

$ make

$ sudo make install

$ sudo ldconfig  # only on Linux

Configuration

Configuring a Custom Build

The library is thoroughly modular. Specific header files and their underlying function implementations can be omitted using the familiar ./configure --disable-FEATURE facility provided by Autoconf.

To review the list of features, see the output of ./configure --help.

See Also

Releases

No releases published

Packages

No packages published