diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-04-26 20:47:25 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-04-26 20:47:25 -0700 |
| commit | 65710ef6697c751bdfa2dccc8dd4cff84e329e8a (patch) | |
| tree | 1b08f52c16457ecf0d46a5dd62cd5975737f175f | |
| parent | 549cb6bb8bf57e226c2abb91f91d00129fc5a7d9 (diff) | |
| parent | a7288fdf54ed71dc78e5f1e904ef729a78f54d59 (diff) | |
| download | mruby-65710ef6697c751bdfa2dccc8dd4cff84e329e8a.tar.gz mruby-65710ef6697c751bdfa2dccc8dd4cff84e329e8a.zip | |
Merge pull request #62 from javier/patch-1
Adding a prerequisites section
| -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. |
