Skip to content
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

Request: libcurl #561

Closed
pvonmoradi opened this issue Aug 11, 2022 · 6 comments · Fixed by #1149
Closed

Request: libcurl #561

pvonmoradi opened this issue Aug 11, 2022 · 6 comments · Fixed by #1149

Comments

@pvonmoradi
Copy link

Please consider adding libcurl (in a way that can be built for windows from linux (cross-platform)).
Thanks

@tristan957
Copy link
Contributor

@pvonmoradi have you tried the external project module? I use it for libcurl in my project, and I would be happy to share what I have written. Though, libcurl using Meson would definitely be better.

@pvonmoradi
Copy link
Author

@tristan957 I use it like curl_dep = dependency('libcurl') (it needs libcurl to be installed on system). This works for linux but I don't think I can cross-compile to Windows with this.

I'm not blocked by this issue though. So feel free to close it if adding it is too much work.

@eli-schwartz
Copy link
Member

It's on my bucket list to port libcurl anyway.

I even got far enough to define meson_options.txt for it ;) but -ENOTIME.

Upstream's cmake is officially a mess though, so they might welcome a Meson port...

@tristan957
Copy link
Contributor

Do they even have plans to drop autotools?

@UnixY2K
Copy link
Contributor

UnixY2K commented Dec 10, 2022

As a workaround you could install curl using vcpkg so you don´t have any issues with the windows build, I did that with some test projects
Edit: I also think that having a curl wrap should be better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants