Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Ruby (http://www.velocityreviews.com/forums/f66-ruby.html)
-   -   Buiulding multiple versions of Ruby (http://www.velocityreviews.com/forums/t856547-buiulding-multiple-versions-of-ruby.html)

john maclean 03-24-2009 10:25 AM

Buiulding multiple versions of Ruby
 
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?

--
John Maclean
07739 171 531
MSc (DIC)

Timezone: GMT


Brian Candler 03-24-2009 04:07 PM

Re: Buiulding multiple versions of Ruby
 
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
--
Posted via http://www.ruby-forum.com/.



All times are GMT. The time now is 12:31 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.