|
|
||||||
|
#1
|
|
|
|
|
This is the way that I build ruby from the latest svn sources. This
allows me to have multiple versions and to compare the performance/behaviour of my builds against the stable version provided by my distro. cd ~/path/to/source /configure --prefix=/home/jayeola/installs --program-suffix=191 make -j2 && make -j2 install How do you guys do it? |
|
|
|
#2
|
|
|
|
|
john maclean wrote:
> cd ~/path/to/source > ./configure --prefix=/home/jayeola/installs --program-suffix=191 > make -j2 && make -j2 install >> How do you guys do it? This is correct, except ruby 1.8.6 and 1.8.7 clash, so if you want both of those give them a different --prefix |
|
|
| Similar Threads | |
| Multiple Ruby versions for testing [Note: parts of this message were removed to make it a legal post.] Hi list, I'm trying to test a gem (managed with Hoe) on my Ubuntu machine. The Ruby from the Ubuntu... |
|
| Different flavors of a gem for different versions of Ruby I'm updating my SqlStatement gem [..] to be compatible with Ruby 1.9, and owing to totally different ways of doing s- expressions in Ruby 1.8 (which required RubyNode) and... |
|
| Running Multiple Versions of Ruby on Debian? Well so far things are going kind of good, I've built my own server and it's sitting in colo running Debian Etch and Ruby 1.8.6 (built from source) Now me being me I... |
|
| Multiple Versions of Ruby on same machine I'd like to include a complete version of Ruby, including all the necessary libs, in the source tree for our internal app. That will allow our unit tests/QA procedure/app... |
|
| What Ruby versions are still active? I'm preparing the next release of RMagick. Are enough people still using 1.6.7 and 1.6.8 that I need to test with those versions? |
|
|
All times are GMT. The time now is 07:35 AM. | Privacy Policy
|