LoginSignup
9
8

More than 5 years have passed since last update.

mrubyをOSXでコンパイルする

Posted at

SIZEOF_ST_INDEX_T が無いエラーだけ修正。後は上手くいった。

install-mruby
$ git clone git://github.com/mruby/mruby.git
$ cd mruby

# Issue https://github.com/mruby/mruby/issues/27
#   Patch https://gist.github.com/2430822
$ emacs src/st.c

$ make

$ cd bin
$ ./mruby test.rb 
Hello, mruby!!
test.rb
puts 'Hello, mruby!!'
9
8
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
8