Install Ruby Curb gem in windows XP

后端 未结 11 862
无人及你
无人及你 2020-12-15 12:29

I\'m trying to do file uploads with ruby 1.8 and it seems like there are no good out-of-the-box solutions. They all seem to need some 3rd party patch or fork of a project to

11条回答
  •  旧巷少年郎
    2020-12-15 12:57

    For Windows 8 the command was:

    gem install curb -- --with-curl-lib=C:/Utils/curl-7.32.0-dev/lib64 --with-curl-include=C:/Utils/curl-7.32.0-dev/include
    

    And it nearly installs. Now there are "undefined reference" warnings/errors

提交回复
热议问题