diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-06-06 21:12:46 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-06-06 21:12:46 -0700 |
| commit | ce7ec9e777e6e3340af343169fe820d39a7477c9 (patch) | |
| tree | c63b2801ec0b2f2f44771400c9762d2db26dc950 /doc/mrbgems/README.md | |
| parent | c4ddd4d3a7caab9b8541651a97cd2b14efbb6a31 (diff) | |
| parent | 155193b41a0b62313bcb492ef1fc5f0b083573a2 (diff) | |
| download | mruby-ce7ec9e777e6e3340af343169fe820d39a7477c9.tar.gz mruby-ce7ec9e777e6e3340af343169fe820d39a7477c9.zip | |
Merge pull request #1272 from kyab/absolute_path_ok_for_gembox
Describe GemBox files can be located anywhere
Diffstat (limited to 'doc/mrbgems/README.md')
| -rw-r--r-- | doc/mrbgems/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/mrbgems/README.md b/doc/mrbgems/README.md index 03543276f..e89fd1a56 100644 --- a/doc/mrbgems/README.md +++ b/doc/mrbgems/README.md @@ -57,6 +57,11 @@ the build block: This will cause the *custom* GemBox to be read in during the build process, adding *mruby-time* and *mrbgems-example* to the build. +If you want, you can put GemBox outside of mruby directory. In that case you must +specify absolute path like below. + + conf.gembox "#{ENV["HOME"]}/mygemboxes/custom" + There are two GemBoxes that ship with mruby: [default](../../mrbgems/default.gembox) and [full-core](../../mrbgems/full-core.gembox). The [default](../../mrbgems/default.gembox) GemBox contains several core components of mruby, and [full-core](../../mrbgems/full-core.gembox) |
