공식 홈페이지는 여기


설치.


$ sudo apt-get install libcurl4-openssl-dev


다음 명령어를 통해 빌드옵션을 확인할 수 있다.


$ curl-config --cflags

$ curl-config --libs


아래와 같이 빌드


$ gcc -o test.out test.c -L/usr/lib/x86_64-linux-gnu -lcurl


+ Recent posts