Using curb gem and libcurl on Windows
问题 I am trying to install the curb gem, which is libcurl bindings for Ruby, and of course I need to have "A working (lib)curl installation, with development stuff" installed on my computer. So, I went to the cURL Download Wizard and downloaded this package. But adding the bin into my PATH does not produce improvement and I still get an error when I try to install the curb gem, such as: extconf.rb:19: Can't find libcurl or curl/curl.h (RuntimeError) Even though, curl is already in the PATH. EDIT: