We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Didn't see a read me - ran make and got this :
$ make cc -std=c99 -Wall -pedantic -Wextra -Werror -c -o jshon.o jshon.c jshon.c:9:21: fatal error: jansson.h: No such file or directory #include <jansson.h> ^ compilation terminated. make: *** [jshon.o] Error 1
The text was updated successfully, but these errors were encountered:
You need to install jansson. If you already have it installed you're probably missing a "development" package or something from your distribution.
Sorry, something went wrong.
No branches or pull requests
Didn't see a read me - ran make and got this :
The text was updated successfully, but these errors were encountered: