Installing libCurl - ruby 1.9.3 .. rails 3.2.12 .. Windows
问题 So, I'm trying to get feedzirra up and running... ruby 1.9.3p448 Rails 3.2.12 I went to http://curl.haxx.se/download.html#Win32 and downloaded Win32 2000/XP 7.32.0 libcurl SSL . It may be obvious, but this is libcurl -v 7.32 . I unzipped the aforementioned file into c:\libcurl ( so the bin, lib, and whatnot are directly in libcurl ). I added c:\libcurl\bin to the PATH . While in my app's working directory, I told bundler where to find the cURL dependencies with bundle config build.curb --with