Ruby

Aus OrgaMon Wiki
Version vom 11. Februar 2007, 00:35 Uhr von OrgaMon (Diskussion | Beiträge) (Die Seite wurde neu angelegt: == Installation == wget ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.5-p12.tar.gz tar -xzf ruby-1.8.5-p12.tar.gz cd ruby-1.8.5-p12 ./configure make make install ru...)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Installation

wget ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.5-p12.tar.gz
tar -xzf ruby-1.8.5-p12.tar.gz
cd ruby-1.8.5-p12
./configure
make
make install
ruby --version