Hi iam very very new here to Ruby and this forum i reaaaly know nothing,
but i found that ruby is very simple and interesrting langguage.
now i want to ask some question:
can ruby make a exe file so without instal ruby we can run it in
other comp?
i heard that ruby can make rhtml file (ruby html) how?
i often heard about configing ruby but how? it is like put comand at
my
command prompt?
Hi iam very very new here to Ruby and this forum i reaaaly know nothing,
but i found that ruby is very simple and interesrting langguage.
now i want to ask some question:
can ruby make a exe file so without instal ruby we can run it in
other comp?
what i mean config is here i take some part of manual about YARV or
something
$ cd build
$ …/yarv/configure --prefix=[your install dir] --program-suffix=-yarv
$ make [BASERUBY=[your base ruby command]]
$ make test (show some errors around block parameter)
$ make test-all (show 20 or some erros)
$ make install
and many more some thing like those above, what are that meaning?
$ cd build
$ …/yarv/configure --prefix=[your install dir] --program-suffix=-yarv
$ make [BASERUBY=[your base ruby command]]
$ make test (show some errors around block parameter)
$ make test-all (show 20 or some erros)
$ make install
and many more some thing like those above, what are that meaning?
That looks like a list of commands to compile and install something in
Unix or Linux. If you’re using Windows and the Ruby O.-Click
Installer, you don’t need to worry about this.
YARV is a virtual machine for Ruby that’s still in development, and
should only be completed by the time Ruby 1.9 or 2.0 comes out, so you
don’t need to worry about that either.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.