-
I am stuck with building appstream. Meson tells me about missing "libcurl" but "libcurl4" debian package is installed. There are a lot of other "libcurl" packages when I use "apt-cache search". Which one is needed on Debian 12? This is my build command:
|
Beta Was this translation helpful? Give feedback.
Answered by
ximion
Aug 13, 2024
Replies: 1 comment
-
Choose any curl flavour that you like. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ximion
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Choose any curl flavour that you like.
For example for GnuTLS:
sudo apt install libcurl4-gnutls-dev