summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjavier ramírez <[email protected]>2012-04-26 17:11:11 +0300
committerjavier ramírez <[email protected]>2012-04-26 17:11:11 +0300
commita7288fdf54ed71dc78e5f1e904ef729a78f54d59 (patch)
tree369d6e6c14c6c87e9b84c0960b5b5291b7befb87
parentcdf2a28b339e98a9131c38f4844d8e75edb99060 (diff)
downloadmruby-a7288fdf54ed71dc78e5f1e904ef729a78f54d59.tar.gz
mruby-a7288fdf54ed71dc78e5f1e904ef729a78f54d59.zip
Adding a prerequisites section to avoid the "bison: command not found" error
-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.