summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-04-26 20:47:25 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2012-04-26 20:47:25 -0700
commit65710ef6697c751bdfa2dccc8dd4cff84e329e8a (patch)
tree1b08f52c16457ecf0d46a5dd62cd5975737f175f
parent549cb6bb8bf57e226c2abb91f91d00129fc5a7d9 (diff)
parenta7288fdf54ed71dc78e5f1e904ef729a78f54d59 (diff)
downloadmruby-65710ef6697c751bdfa2dccc8dd4cff84e329e8a.tar.gz
mruby-65710ef6697c751bdfa2dccc8dd4cff84e329e8a.zip
Merge pull request #62 from javier/patch-1
Adding a prerequisites section
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index e6c84b501..92851c86d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,7 @@
+* Prerequisites
+
+ 1. Make sure you have bison (http://www.gnu.org/software/bison/) installed in your system.
+
* Compilation and Installation
1. Run make in the top directory.