docs.rs failed to build libsigrok-sys-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
LIBSIGROK-SYS
This crate generates Rust FFI (Foreign Function Interface) bindings for the libsigrok library and the libsigrokdecode library using bindgen.
For its usage, the libsigrok and libsigrokdecode must be installed in one of the following paths:
/usr/lib/<arch>-<OS>-<libc>and/usr/include/<arch>-<OS>-<libc>./usr/local/liband/usr/local/include- Any path set in the
LD_LIBRARY_PATHenv. variable.
The libraries can be installed with using a package manager as follows:
The LD_LIBRARY_PATH variable takes precedence over the system paths.
[]
= "x.x.x"