10 Jan 18:48
Rails 2.0 RMagick Bundle up for download/testing
I put my RMagick bundle up in case anyone wants to try it out. The recipe used is found attached, unfortunately I didn't save the creation log and thus didn't manage to document the exact versions of libraries/gems used. http://www.megaupload.com/?d=1IXX5A37 Cheers, Pirkka
# CREATING A LOCOMOTIVE RAILS BUNDLE W/ RMAGICK # 8. January 2008 # modified by Pirkka Hartikainen based on original recipe by Ryan Raaum. # i did this on Tiger (10.4.11) because i'm migrating to Leopard just yet. # before starting: run sudo once to get authorization rights sudo ls # get set up in a build directory... name your bundle appropriately! cd /Applications/Locomotive2/Bundles mkdir rmagickRailsDec2007_i386.locobundle cd rmagickRailsDec2007_i386.locobundle mkdir framework cd framework #then begin export MYPREFIX=`pwd` export PATH=$MYPREFIX/bin:/bin:/sbin:/usr/bin:/usr/sbin export DYLD_LIBRARY_PATH=$MYPREFIX/lib(Continue reading)
RSS Feed