-
Notifications
You must be signed in to change notification settings - Fork 57
Added utility for generating a pkg-config file #32
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💥
This is untested on Linux, but this should cover the case of "we need to make a pkg-config file for every distro?!" |
I'll update #13 with it |
Don't merge quite yet. I'm updating the README. |
Merge if you approve the latest README changes |
- Install LLVM 3.9 using your favorite package manager. For example: | ||
- `brew install llvm` | ||
- Ensure `llvm-config` is in your `PATH` | ||
- That will reside in the `/bin` folder wherever your package manager |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is all that helpful, users don't really need to know this location to build. Maybe mention invoking which llvm-config
or something.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It helped me because it didn't end up in my path after installing from homebrew :sad:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I see. Carry on.
⛵️ |
Now let's get #13 working!!! |
No description provided.