Buiulding multiple versions of Ruby

J

john maclean

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
 
B

Brian Candler

john said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,128
Latest member
ElwoodPhil
Top