Closed
Description
The bindgen
installation + use workflow I'd like to have would be:
$ cargo install servo-bindgen
And that's it. No more wrangling [DY]LD_LIBRARY_PATH
either.
Right now, we are very far from that.
I think we need two things to get there:
- Vendor llvm3.9 in tree and build it in
build.rs
. This seems easy enough. - Statically link llvm/clang into bindgen. Less sure how easy this will be.
@emilio how feasible do you think this is?
Metadata
Metadata
Assignees
Labels
No labels