Skip to content

Commit

Permalink
Add troubleshooting section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kashifrazzaqui authored Jun 7, 2021
1 parent f87527d commit 92591a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,9 @@ m = MyClass()
m.parse(json_object)
```


## Troubleshooting
* If you get an `OSError('Yajl cannot be found.')` Please ensure that libyajl is available in the relevant directory.
For example, on mac(osx) /usr/local/lib should have a "libyajl.dylib"
Linux -> libyajl.so
Windows -> yajl.dll

0 comments on commit 92591a9

Please sign in to comment.