diff options
| author | Joachim Baran <[email protected]> | 2014-03-11 22:27:28 -0700 |
|---|---|---|
| committer | Joachim Baran <[email protected]> | 2014-03-11 22:27:28 -0700 |
| commit | 244260b05ed763351cf9f6e9550dc81ed8ec45d3 (patch) | |
| tree | 380a0607a059528f8c3ae5b97c1b5f74294eb5cd /INSTALL | |
| parent | fa2e87c46816cf2258042c547e677925d86440ea (diff) | |
| download | mruby-244260b05ed763351cf9f6e9550dc81ed8ec45d3.tar.gz mruby-244260b05ed763351cf9f6e9550dc81ed8ec45d3.zip | |
Added a short description on how to add mruby gems to the compilation workflow.
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -28,6 +28,20 @@ send a detailed report to the developers that includes the error log, machine, and OS type. +* Adding existing gems + +Gems from the [list of mruby gems](http://www.mruby.org/libraries/) can be added by adding +their respective GitHub URLs to build_config.rb. For example, to add implementations of the +File and IO Ruby core classes to mruby, insert the following in build_config.rb under the +comment section `Use mrbgems`: + + conf.gem :git => '[email protected]:iij/mruby-io.git', :branch => 'master' + + Afterwards, re-run: + + ruby ./minirake + + * Porting to other platforms |
