Skip to content

MacPorts Clang 3.9 Instructions #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
casey opened this issue Sep 27, 2016 · 2 comments
Closed

MacPorts Clang 3.9 Instructions #64

casey opened this issue Sep 27, 2016 · 2 comments

Comments

@casey
Copy link

casey commented Sep 27, 2016

I use MacPorts on OS X, and was able to build bindgen. You might want to consider adding instructions to the readme:

  1. To install clang:
    port install clang-3.9
  2. And to build rust-bindgen:
LIBCLANG_PATH=/opt/local/libexec/llvm-3.9/lib \
LD_LIBRARY_PATH=/opt/local/libexec/llvm-3.9/lib \
cargo build
bors-servo pushed a commit that referenced this issue Sep 27, 2016
Add documentation for building with ports and LLVM 3.9

Fixes #64.
@emilio
Copy link
Contributor

emilio commented Sep 27, 2016

Thanks! I added it in #65 :)

@casey
Copy link
Author

casey commented Sep 27, 2016

Awesome :) You're welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants