------ art_75665_5434830.1183269986856 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline There are quite a few gems that install on Windows just like Linux / Mac: gem install whatever (replace whatever with the gem to install) You don't need the sudo on Windows, but if you're on Vista you might want to start the "cmd" shell by typing that into the search box (where Run used to be) and hitting CTRL+SHIFT+ENTER instead of just enter to gain Admin rights. Many gems that have binaries will prompt you about which version to install, and if there's an mswin32 version, select it. If a gem fails to install, it is likely because it doesn't come bundled with a binary and it's trying to compile it and can't. In that case, check the gem's website out to see if there's a Windows version. There often is. Robert On 6/29/07, benjohn / fysh.org <benjohn / fysh.org> wrote: > > > Err...how exactly do you install a gem? > > As I think someone said: > > "sudo gem instal <gem-name>" > > on a unix or OS X terminal. > > [It means, running as root, execute the "gem" program with the command > "instal" for the gem named <gem-name>. This is how to do it on unix of > OS X.] > > If you're on Windows, you'll need to use the gem installer that I'm sure > comes with the one click package. > > You might want to look here: > > http://rubygems.org/ > > Cheers, > Benj > > > -- Robert W. Oliver II CEO of OCS Solutions, Inc., Web Hosting and Development http://www.ocssolutions.com/ ------ art_75665_5434830.1183269986856--