diff options
| author | javier ramírez <[email protected]> | 2012-04-26 17:11:11 +0300 |
|---|---|---|
| committer | javier ramírez <[email protected]> | 2012-04-26 17:11:11 +0300 |
| commit | a7288fdf54ed71dc78e5f1e904ef729a78f54d59 (patch) | |
| tree | 369d6e6c14c6c87e9b84c0960b5b5291b7befb87 | |
| parent | cdf2a28b339e98a9131c38f4844d8e75edb99060 (diff) | |
| download | mruby-a7288fdf54ed71dc78e5f1e904ef729a78f54d59.tar.gz mruby-a7288fdf54ed71dc78e5f1e904ef729a78f54d59.zip | |
Adding a prerequisites section to avoid the "bison: command not found" error
| -rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |
