Installing bcrypt-ruby gem on Windows

后端 未结 7 2203
夕颜
夕颜 2020-12-29 16:07

I\'m trying to install bcrypt-ruby on Windows Vista.

So far, I have been able to install nmake.exe from a MS knowledge base article and cl.exe from installing Visual

7条回答
  •  天命终不由人
    2020-12-29 16:32

    The better, easiest way is to install the development kit:

    1. Download devkit-.7z from here;
    2. unpack it in the Ruby directory (for instance, C:\Ruby, so that you'll have C:\Ruby\devkit;
    3. from command line, type: gem install bcrypt-ruby.

提交回复
热议问题