I tried following the README file in Ruby 1.9.1 but I can’t compile it using MinGW in Windows. Can you help me with this?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Compiling it in windows is TOO complex because you have a lot of dependencies you need to think of (openssl, zlib, readline, etc).
One thing that helped me is by downloading rubyinstaller (http://github.com/oneclick/rubyinstaller). It’s not that perfect yet but you can tweak some of the configuration files to work for you (i.e. getting the latest build, modifying the versions, etc).
But then since compiling it is just the beginning of my problems (gems that needs native dependencies like rmagick), I ended up using Ubuntu instead.