From 3a55ab33eb581419e6660f2be81ae0f5b2da214d Mon Sep 17 00:00:00 2001 From: kyab Date: Fri, 5 Jul 2013 22:34:52 +0900 Subject: [doc]Introduce ./minirake -v --- doc/compile/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/compile') diff --git a/doc/compile/README.md b/doc/compile/README.md index a244d06b2..dadaa44df 100644 --- a/doc/compile/README.md +++ b/doc/compile/README.md @@ -33,7 +33,8 @@ customized path using the *$MRUBY_CONFIG* environment variable. To compile just call ```./minirake``` inside of the mruby source root. To generate and execute the test tools call ```./minirake test```. To clean -all build files call ```./minirake clean```. +all build files call ```./minirake clean```. To see full command line on +build, call ```./minirake -v```. ## Build Configuration -- cgit v1.2.3 From 63c369e862c726b5cdbd6d8afd291f866c4ca19e Mon Sep 17 00:00:00 2001 From: kyab Date: Fri, 5 Jul 2013 22:44:27 +0900 Subject: [doc]Introduce ./minirake --pull_gems --- doc/compile/README.md | 1 + doc/mrbgems/README.md | 3 +++ 2 files changed, 4 insertions(+) (limited to 'doc/compile') diff --git a/doc/compile/README.md b/doc/compile/README.md index a244d06b2..4ecc1da39 100644 --- a/doc/compile/README.md +++ b/doc/compile/README.md @@ -177,6 +177,7 @@ Integrate GEMs in the build process. conf.gem 'path/to/another/gem' +See doc/mrbgems/README.md for more option about mrbgems. ### Mrbtest Configuration Mrbtest build process. diff --git a/doc/mrbgems/README.md b/doc/mrbgems/README.md index e89fd1a56..1062adc6b 100644 --- a/doc/mrbgems/README.md +++ b/doc/mrbgems/README.md @@ -25,6 +25,9 @@ A remote GIT repository location for a GEM is also supported: conf.gem :bitbucket => 'mruby/mrbgems-example', :branch => 'master' +To pull all gems from remote GIT repository on build, call ```./minirake -p```, +or ```./minirake --pull_gems```. + NOTE: `:bitbucket` option supports only git. Hg is unsupported in this version. ## GemBox -- cgit v1.2.3