Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Getting Ruby
Index -> Programming, Ruby -> Ruby Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
wtd




PostPosted: Sat Mar 26, 2005 5:30 pm   Post subject: Getting Ruby

Getting Ruby

Windows Users

There is a one-click installer for Windows.

You may have to reboot for the changes to take effect.

Mac OS X, Linux and other Unix Users

Linux users may be able to install Ruby through their favorite package managements systems (apt-get/synaptic, yum, urpmi, portage, fink, etc.).

If you have a C compiler (like GCC), though, the best way to install Ruby is to download the source code and compile it. The procedure for doing so is quite easy. In a terminal window:

code:
$ ./configure
$ make
$ make install


Note that for the last part, you will have to be a superuser.

You're now read to dive into Ruby. Congratulations.
Sponsor
Sponsor
Sponsor
sponsor
TokenHerbz




PostPosted: Tue Nov 30, 2010 10:13 pm   Post subject: RE:Getting Ruby

Link Not Found to DL ruby for Windows Users.

Perhaps an Update?
Tony




PostPosted: Tue Nov 30, 2010 10:43 pm   Post subject: RE:Getting Ruby

http://www.ruby-lang.org/en/downloads/
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
DtY




PostPosted: Wed Dec 01, 2010 9:24 pm   Post subject: RE:Getting Ruby

Ruby is available on MacPorts, port install ruby.

Also, Ruby either comes with OS X or is part of the developer package.
Display posts from previous:   
   Index -> Programming, Ruby -> Ruby Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 4 Posts ]
Jump to:   


Style:  
Search: