From: Augusto Esteves Date: 2009-12-28T14:00:31+09:00 Subject: Re: Installing Gems on Windows Phillip Gawlowski wrote: > *If* you use the RubyInstaller from rubyinstaller.org *and* the devkit > offered there (simply extract the .7z into your Ruby installation > folder, by default C:\Ruby), then Gems requiring native extensions > *could* work, if no binary gem is offered. I've followed your instructions and I was able to get somewhere :) After it starts building the native extensions I get a bunch of errors that are related to a library I need to run this gem, which is the libnfc. I have the binaries for this library, is there a way of letting the Gem installer know how to get the files it needs? -- Posted via http://www.ruby-forum.com/.