6 releases
0.2.1 | Jul 9, 2023 |
---|---|
0.2.0 | Jul 9, 2023 |
0.1.2 | Jul 2, 2023 |
0.1.1 | Jun 28, 2023 |
0.0.1 | Jun 25, 2023 |
#1714 in Development tools
34 downloads per month
34MB
109 lines
libbgpstream-sys
Rust system bindings for bgpstream
Why did you roll your own tarball, when a release tarball is provided?
Since the codebase has issues building on a modern toolchain(1).
We need to patch the configure script inputs(.ac) file to fix these issues.
This requires us to run "autogen.sh" to create the configure script.
"autogen.sh" is not supplied in the release tarball.
(1) https://github.com/CAIDA/libbgpstream/issues/227
System dependencies
Your system must have libcurl installed!
I'd like to use the static version of curl-sys
but that has caused other issues.
Further details on what this issue looks like can be found here:
https://github.com/brendanhoran/wandio-sys#system-dependencies
This results in linking to the following system libraries in this crates buils.rs.
Dependencies
~28MB
~188K SLoC