We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I use MacPorts on OS X, and was able to build bindgen. You might want to consider adding instructions to the readme:
port install clang-3.9
LIBCLANG_PATH=/opt/local/libexec/llvm-3.9/lib \ LD_LIBRARY_PATH=/opt/local/libexec/llvm-3.9/lib \ cargo build
The text was updated successfully, but these errors were encountered:
Add documentation for building with ports and LLVM 3.9
1a04499
Fixes #64.
Auto merge of #65 - emilio:port-docs, r=metajack
2034f77
Add documentation for building with ports and LLVM 3.9 Fixes #64.
Thanks! I added it in #65 :)
Sorry, something went wrong.
Awesome :) You're welcome!
No branches or pull requests
I use MacPorts on OS X, and was able to build bindgen. You might want to consider adding instructions to the readme:
port install clang-3.9
The text was updated successfully, but these errors were encountered: