diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-12-19 14:39:25 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-12-19 14:39:25 -0800 |
| commit | f66ab6f07f3e0fed08a955c33302e2a97aa8a00c (patch) | |
| tree | 23ea2e108377952365295b5676fd7260609b624f /INSTALL | |
| parent | 2b700d380ee05e4ad7bd69c2d4047481a430cb45 (diff) | |
| parent | 59a12b9883a56010c9ea73008c0ef82abc535dc8 (diff) | |
| download | mruby-f66ab6f07f3e0fed08a955c33302e2a97aa8a00c.tar.gz mruby-f66ab6f07f3e0fed08a955c33302e2a97aa8a00c.zip | |
Merge pull request #650 from monaka/pr-fix-document-to-use-minirake
Fix document. (Use minirake instead of make.)
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +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.) * Compilation and Installation |
