Dec 2005 SF Ruby Meetup Notes
The San Francisco Ruby Meetup Group met for the first time in a while on Dec 13, 2005. I did the 1st presentation - Running Ruby and Ruby-on-Rails on the Macintosh - because my colleague who promised to do it had to go on a business trip. It's basically a rehash of the steps in the following articles:
- Installing Ruby, Ruby-on-Rails, gems, lightTPD, MySQL on a Macintosh - building and installing packages in /usr/local as to not interfere with existing installations.
- Rolling with Ruby on Rails - Windows based but easily followed even if you're on a Mac
readline
on my Mac, it was at version 5.1 but the instructions in the 1st article was still referring to version 5.0. The instructions have now been updated to 5.1 and the following note (here for historical purpose) can be ignored:Note that the latest version of readline is 5.1 and you don't have to do the business with sed/mv after running configure (skip these two lines):sed -e 's/-dynamic/-dynamiclib/' shlib/Makefile > shlib/Makefile.new mv shlib/Makefile.new shlib/Makefile
0 Comments:
Post a Comment
<< Home