libcurl video tutorial: setup

preview_player
Показать описание
This is the "setup" episode of the libcurl video tutorials. Create a very simple and basic Makefile (on Linux) that can be used in subsequent episodes to build the application we're going to work on. All files shown are available at the link.

Рекомендации по теме
Комментарии
Автор

Thanks a lot! After some days of different errors ( I'm a beginner in MinGW ), I finally managed to compile it!
First I was struggling with that Makefile, since I didn't know what that CC was. After some days of searching, I have found that that should be a variable to C compiler.
Then I didn't know how to link libcurl. It was luck for me that I randomly guessed how to link it after more days.
And when it compiled it, the exe ( I'm working on Windows ) said that it's 16 bit.
I found on stack overflow that I was supposed to provide the source code before output file.
Huge thanks and good job on libcurl! 👍

LimeLiquide
Автор

Thank you very much for the videos. I am just watching the series. On side note, the audio gain is a little bit low.

AliMirjamali
Автор

Thanks so much I wish I found these sooner!

nonetrix
Автор

Thanks so much for all your help on this!

sunghyunpark
Автор

its late but thank you soo much Ive been needing this for so long

dovakiin
Автор

undefined reference to `_imp__curl_easy_init'
undefined reference to `_imp__curl_easy_setopt'
undefined reference to
any sol for windows

sailendragautam