Thank you,
Stef
Eloy Duran wrote:
On Apr 6, 2009, at 12:58 PM, Stéphane Wirtel wrote:
Hi Eloy,
Thank you for your reply,
What's the relation between miniruby and MacRuby ?
miniruby is basically the same as the ruby binary that we all know and
love, but _before_ it is installed.
If you co
On Apr 6, 2009, at 12:58 PM, Stéphane Wirtel wrote:
Hi Eloy,
Thank you for your reply,
What's the relation between miniruby and MacRuby ?
miniruby is basically the same as the ruby binary that we all know and
love, but _before_ it is installed.
If you compile ruby (any MRI version) you wil
Hi Eloy,
Thank you for your reply,
What's the relation between miniruby and MacRuby ?
Stephane
On 06 Apr 2009, at 12:39, Eloy Duran wrote:
Hi Stephane,
The experimental branch does not install yet. The only thing you can
do is to build miniruby (rake miniruby) and use that.
Eg: $ ./mini
Hi Stephane,
The experimental branch does not install yet. The only thing you can
do is to build miniruby (rake miniruby) and use that.
Eg: $ ./miniruby -e "p :foo"
Eloy
On Apr 6, 2009, at 12:31 PM, Stephane Wirtel wrote:
Hi all,
I would like to try MRE[1] on my laptop with coexisting the
Hi all,
I would like to try MRE[1] on my laptop with coexisting the last stable version
0.4
To do that, I have installed LLVM into a directory named ~/local
and I have specified during the installation of MRE[1] that rake must install it
into the directory ~/Library/Frameworks with the followin