Skip to content

netorcai/netorcai-client-cpp

Repository files navigation

Build Status Coverage Status

netorcai-client-cpp

C++ version of the netorcai client library.

Installation

The library uses the Meson build system (and therefore uses Ninja).

# Create build directory.
meson build # --prefix=/desired/installation/prefix

# Build the library (and the unit test executables).
cd build
ninja

# Run the unit tests
ninja test

# Install the library
ninja install

Usage

Feel free to look at hello world examples to build your own clients.

About

C++ version of the netorcai client library

Resources

License

Stars

Watchers

Forks

Packages

No packages published