2009-01-25

Ruby for Android その7

http://code.google.com/p/android-ruby/source/browse/#svn/trunk

http://android-ruby.googlecode.com/svn/trunk/lib/Android.mk

enc, ext など全部shared libraryにできました。


/data/ruby/lib/ruby/1.9.1/arm-linux/nkf.so

において、require 'nkf'、NKF.guess, NKF.nkfなど動作確認ずみ。


master HEADでbuildしたものはrelease-1.0で動作せず。libc.soその他更新されてますしね。release-1.0とtrunk用バイナリ2種類用意しないと。


sourceforge.jpのgit更新に失敗した(ローカルでbranchリネームとかするとややっこしいことになりますね)ので、code.google.comのsubversionに移動させました。

2 コメント:

Hubert Łępicki さんのコメント...

This is great! You are great! :D

I downloaded your built of android couple of days ago, installed on Android and it works great. I tried to install rubygems - but I think I tried too much! ;) Anyway, I'd love to chat with you about the project, and - possibly help with testing / hacking it, so please email me if you need any help at hubert.lepicki@gmail.com.

Best,
H.

sakamoto さんのコメント...

Thanks!

I've uploaded the latest version binary of android-ruby.
Based on Ruby-1.9.1-p0 (just released version!),
fixed building shared libraries, and install scripts.

I want to implement a ruby installer,
integrate ruby java bridge (http://rjb.rubyforge.org/, already almost worked).

Regards,