-
Notifications
You must be signed in to change notification settings - Fork 56
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
Compile with libcurl support #54
Comments
On Linux this should be as easy as just installing some of the |
Found in travis file:
While i tried to build for ARM on my machine:
So it correctly detects that no cross-compile pkg-config is found and skips that feature on these platforms. So it does not use the system installed ones. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should change the Travis build to include libcurl, so that results reporting works out of the box.
Less urgent, but would be good: also build with libcurl support for Windows (use dynamic linking).
The text was updated successfully, but these errors were encountered: