Skip to content

Instantly share code, notes, and snippets.

@syuu1228
Created November 2, 2013 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syuu1228/7277483 to your computer and use it in GitHub Desktop.
Save syuu1228/7277483 to your computer and use it in GitHub Desktop.
Way to install mruby/mirb on OSv
sudo apt-get install libffi-dev ruby bison
git clone https://github.com/syuu1228/osv
cd osv
git checkout module
git submodule update --init
vim config.json / emacs config.json
{
"modules":[
{
"name":"osv-mruby",
"type":"git",
"path":"https://github.com/syuu1228/osv-mruby.git",
"branch":"master"
}
]
}
sudo make external all
sudo ./scripts/run.py -n -v -e "/mirb.so"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment