-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
oniguruma.h can't find, what this header-file used for ? #534
Comments
I can find this
Did i got a wrong I am tring to involve in your project, but it seams it's a long way to go. ==|| Best regards. |
What operating system are you using? You need the onigiruma development
|
try: |
@pannous I'd use |
@wtlangford - I'm not sure how easy it is to find instructions for installing jq1.4+. Would it make sense to add information such as the suggestion you offered above to the Installation section of the FAQ? I'd be happy to do this myself but I'm not sure what "recipes" to offer for non-Mac environments. |
Thanks all of you, i had fix it. @wtlangford - My system is Ubuntu I can move on now. |
Could someone please verify that libonig2 is what's needed on ubuntu? |
libonig-dev is what's needed on ubuntu. |
I just got done compiling jq on Mac OSX, thought I'd share what I had to do. Note I use MacPorts not HomeBrew so if that's different for you then you may need compile fewer / more things from source. Install Bison 3:
Install RVM dependencies:
Install C headers
Build jq
|
@textarcana - Thanks for the "recipe", which I have incorporated into a new page on the jq wiki: https://github.com/stedolan/jq/wiki/Installation |
when
./configure
, it happend :#include <oniguruma.h>
what this head-file is used for? and how to fix this problem ?Best regards
The text was updated successfully, but these errors were encountered: