Ruby, Rails, Subversion, MySQL and Rmagick easy on Leopard
After installation of Leopard on my macbook pro, I checked ruby and Ruby on rails, everything went smoothly. Ruby, Rails, irb and rubygems are provided during Leopard’s default installation.
ruby -v ruby 1.8.6 (2007-06-07 patchlevel 36) [universal-darwin9.0]for Subversion you can grab 1.4.4 version as a dmg package here and install.
for Mysql grab the version 5.0.45 from here and install.
For “Rmagick” the easiest way is to go there get the rm_install ZIP archive unzip it and follow the readme file instructions mainly:
sudo ruby rm_install.rb [ options ]this installation is a bit long (downloading and compiling all libs necessary to Imagemagick) but it’s really simple. If it’s fails you can have a look in the log file to what went wrong. After just install the rmagick gem
sudo gem install rmagickand you’re finished!
comments : 0 Add comment
