The Reactor C++ SDK 1.0.0 — one archive per platform.
Each archive is an install tree: the headers, libreactor_sdk, a CMake
package config, and libreactor_ffi beside them. Extract it and point
CMake at it:
find_package(reactor-sdk REQUIRED)
target_link_libraries(app PRIVATE reactor::sdk)cmake -S . -B build -DCMAKE_PREFIX_PATH=/path/to/reactor-sdk-cpp-1.0.0-<platform>
There is no source archive: the package is useless without the native
library, and building that needs a Rust toolchain and a libwebrtc download.
Linux needs glibc 2.34 or newer (x86_64, aarch64), macOS 11+ on arm64 and
13+ on x86_64, and Windows x86_64 — the same five platforms
reactor-webrtc ships. Anything else has to build the library itself; the
README has the table and the instructions.
See sdks/cpp/CHANGELOG.md for what changed.
Checksums are in SHA256SUMS.