nih-dbus-tool
NIH D-Bus Binding Tool
Install
- All systems
-
curl cmd.cat/nih-dbus-tool.sh
- Debian
-
apt-get install nih-dbus-tool
- Ubuntu
-
apt-get install nih-dbus-tool
- Arch Linux
-
pacman -S nih-dbus-tool
- Kali Linux
-
apt-get install nih-dbus-tool
- CentOS
-
yum install nih-dbus-tool
- Fedora
-
dnf install nih-dbus-tool
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nih-dbus-tool
- Raspbian
-
apt-get install nih-dbus-tool
- Dockerfile
- dockerfile.run/nih-dbus-tool
nih-dbus-tool
NIH D-Bus Binding Tool
nih-dbus-tool generates C source code from the D-Bus Introspection XML data provided by most services; either to make implementing the described objects in C programs or to make proxying to the described remote objects easier. The generated code requires libnih-dbus-dev to be compiled.
libnih-devel
Development files for libnih
libnih
libnih is a small library for C application development containing
functions that, despite its name, are not implemented elsewhere in the standard library set. libnih is roughly equivalent to other C libraries such as glib, except that its focus is on a small size and intended for applications that sit very low in the software stack, especially outside of /usr.