Skip to content

brendanhoran/libbgpstream-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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) CAIDA/libbgpstream#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.

About

Rust system bindings for bgpstream

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published