
-----------------------------------
wtd
Sat Mar 26, 2005 5:31 pm

Getting Ruby
-----------------------------------
Getting Ruby

Windows Users

There is a 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 $ ./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.
