diff options
| author | Yuichiro MASUI <[email protected]> | 2013-02-03 05:18:28 +0900 |
|---|---|---|
| committer | Yuichiro MASUI <[email protected]> | 2013-02-03 13:38:18 +0900 |
| commit | a74f92b46be80a754486e696d117903fbb090686 (patch) | |
| tree | d8a236616935a0341c1d1272642c0227231c63c9 /doc | |
| parent | dfff732318395c7dc2a01ba64bafd1bd46bf454d (diff) | |
| download | mruby-a74f92b46be80a754486e696d117903fbb090686.tar.gz mruby-a74f92b46be80a754486e696d117903fbb090686.zip | |
Generate mrbtest.a file for sparete from driver.o
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/compile/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/compile/README.md b/doc/compile/README.md index a86ddbe62..c6ab2f584 100644 --- a/doc/compile/README.md +++ b/doc/compile/README.md @@ -160,6 +160,16 @@ Integrate GEMs in the build process. # Integrate GEM without additional configuration conf.gem 'path/to/another/gem' + +### Mrbtest + +Configuration Mrbtest build process. + +If you want mrbtest.a only, You should set ```conf.build_mrbtest_lib_only``` + + conf.build_mrbtest_lib_only + + ## Cross-Compilation mruby can also be cross-compiled from one platform to another. To |
