summaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorMasaki Muranaka <[email protected]>2012-12-19 22:29:13 +0900
committerMasaki Muranaka <[email protected]>2012-12-19 22:29:13 +0900
commit59a12b9883a56010c9ea73008c0ef82abc535dc8 (patch)
treeedcfa912cc14ddb304ca3fc04b7285fd94befdc2 /INSTALL
parentc02c264be2b1bc685f3c958f863d2a1c599f9ec8 (diff)
downloadmruby-59a12b9883a56010c9ea73008c0ef82abc535dc8.tar.gz
mruby-59a12b9883a56010c9ea73008c0ef82abc535dc8.zip
Fix document. (Use minirake instead of make.)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL1
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 92851c86d..19ac4cab3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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