curl.h no such file or directory

后端 未结 5 2095
抹茶落季
抹茶落季 2021-01-30 06:38

I installed curl this command (i use Ubuntu):

sudo apt-get install curl

When I test simple program using g++ test.cpp



        
5条回答
  •  我在风中等你
    2021-01-30 06:46

    Instead of downloading curl, down libcurl.

    curl is just the application, libcurl is what you need for your C++ program

    http://packages.ubuntu.com/quantal/curl

提交回复
热议问题