since rubygems is pure ruby you don't have to worry about having a compiler installed. it should just work with the default cygwin install plus ruby and its dependencies. to install it, do the following steps:
download the rubygems tarball from ruby forge
unpack the tarball
in a bash terminal, navigate to the unpacked directory
run the following command:
ruby setup.rb install
update rubygems by running the following:
gem update --system
note: you may need to run the updated command twice if you have any previously installed gems.
Hiç yorum yok:
Yorum Gönder