Registry / other / libsystemd

libsystemd

JSON →
library260.1vcpkgunverified

Libsystemd

vcpkg install libsystemd
INSTALL
IMPORT
SIG · LIBSYSTEMD
L
libsystemd
othercppv260.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

systemd/sd-bus.h
#include <systemd/sd-bus.h>

Open systemd D-Bus connection

#include <systemd/sd-bus.h> #include <iostream> int main() { sd_bus *bus = nullptr; sd_bus_open_system(&bus); std::cout << "Connected to system bus" << std::endl; sd_bus_unref(bus); return 0; }
Debug
Known issues
gotchaRequires linking with -lsystemd on Linux
fix
Ensure pkg-config or CMake finds libsystemd
affects: *
Upgrade
Version history
260.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libsystemd — pip install libsystemd · libregistry