ceres-solver-sys
Currently, we bind C API only using bindgen
.
The minimum tested version of Ceres Solver is 1.14.0
system
(default) links a system copy of the Ceres Solver library. By default, it would be a synamic library, but you can tweak it with pkg-config
source
(optional) overrides system
and links a static library file built by ceres-solver-src
crateSince this crate uses bindgen
it requires libclang
as build dependency.
For system
feature it also required pkg-config
to discover the library.