Audio (23) Datatype (2) Demo (12) Development (104) Cross (9) Debug (0) Edit (2) Example (4) Guitool (3) Ide (11) Install (1) Language (21) Library (32) Misc (5) Utility (14) Webtool (2) Document (13) Driver (12) Emulation (33) Game (77) Graphics (80) Library (2) Network (18) Office (3) Utility (101) Video (14)
Total files: 494
Full index file. Download Recent index file. Download
Hosted by aros-exec.org |
| Description: | Ruby 1.8.4 AROS | | Download: | ruby-1.8.4.i386-aros.tar.bz2 (TIPS: Use the right click menu if your browser takes you back here all the time) | | Size: | 4Mb | | Version: | 1.8.4 | | Date: | 18 Oct 09 | | Author: | MisterDave | | Submitter: | MisterDave | | Email: | dave/dave-webster com | | Requirements: | AROS x86 | | Category: | development/language | | License: | GPL | | Distribute: | yes | | FileID: | 619 | | | | | Comments: | 0 [View] | | Snapshots: | 0 [View] | | Downloads: | 45 (Current version) | | 45 (Accumulated) |
[Show content] [Replace file]== About ==
This is a port of Ruby 1.8.4 to AROS.
Currently I have tested ruby on x86 hosted with the following extensions:
ext/extinit.o
ext/bigdecimal/bigdecimal.a
ext/digest/digest.a
ext/digest/md5/md5.a
ext/digest/rmd160/rmd160.a
ext/digest/sha1/sha1.a
ext/digest/sha2/sha2.a
ext/enumerator/enumerator.a
ext/fcntl/fcntl.a ext/io/wait/wait.a
ext/nkf/nkf.a ext/racc/cparse/cparse.a
ext/sdbm/sdbm.a ext/stringio/stringio.a
ext/strscan/strscan.a
ext/syck/syck.a
Sadly no Socket at the moment, as I haven't figured out the port :(
== Installation ==
start the "sh" shell.
Uncompress the ruby archive with "tar xvjf ruby ruby-1.8.4.tar.gz"
run "sh apply_patch.sh"
cd to "ruby-1.8.4"
type "make" - if a requester asks for (1.8) just keep hitting cancel.
type "make install" - this will install ruby in /PROGDIR/bin/ruby which should
map to System:Development/bin/ruby
type "ruby my_test_program.rb" for example, to run.
== Thanks ==
Many thanks to Mazze from aros.exec.org for his assistance on a few hurdles in
the port.
October 17th 2009 - Dave Webster
|