mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #1848 from joejimbo/master
Added a short description about mruby gems
This commit is contained in:
@@ -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 => 'git@github.com:iij/mruby-io.git', :branch => 'master'
|
||||
|
||||
Afterwards, re-run:
|
||||
|
||||
ruby ./minirake
|
||||
|
||||
|
||||
* Porting to other platforms
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user