diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2012-12-20 07:50:53 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2012-12-20 07:50:53 +0900 |
| commit | 06f8b784386f8bce9679d93144d4c403b1b4d133 (patch) | |
| tree | 563a39e6d78b0fd0a85dff7a82a4757c61ebc32c /INSTALL | |
| parent | f66ab6f07f3e0fed08a955c33302e2a97aa8a00c (diff) | |
| download | mruby-06f8b784386f8bce9679d93144d4c403b1b4d133.tar.gz mruby-06f8b784386f8bce9679d93144d4c403b1b4d133.zip | |
update INSTALL document based on #650; according to #651
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,7 @@ * Prerequisites 1. Make sure you have bison (http://www.gnu.org/software/bison/) installed in your system. - 2. Make sure you have ruby installed in your system. (Required by Minirake.) + 2. Make sure you have ruby installed in your system (required to build). * Compilation and Installation @@ -14,6 +14,10 @@ * lib * include + You can directory invoke 'minirake' as the following. + + $ ruby ./minirake + If an error occurs when compiling mruby, it will be helpful for others if you send a detailed report to the developers that includes the error log, machine, and OS type. |
