could you help me install curl.h library? I am creating a program that makes use of this C library. I'm on Ubuntu Linux. Thanks.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.

sudo aptitude install libcurl-devis the command to install libcurl on Ubuntu. Unless you have particular reasons, I suggest using the package provided by your distribution, not to install by hand. – Basile Starynkevitch Nov 11 '11 at 7:33libcurl-dev. It haslibcurl4-openssl-devandlibcurl4-gnutls-devand I don't think Ubuntu would differ. – Jan Hudec Nov 11 '11 at 7:37libcurl-devis a virtual package on Debian. I have it on Debian/Sid. – Basile Starynkevitch Nov 11 '11 at 7:38