update INSTALL document based on #650; according to #651

parent f66ab6f0
* Prerequisites * Prerequisites
1. Make sure you have bison (http://www.gnu.org/software/bison/) installed in your system. 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.) 2. Make sure you have ruby installed in your system (required to build).
* Compilation and Installation * Compilation and Installation
...@@ -14,6 +14,10 @@ ...@@ -14,6 +14,10 @@
* lib * lib
* include * include
You can directory invoke 'minirake' as the following.
$ ruby ./minirake
If an error occurs when compiling mruby, it will be helpful for others if you If an error occurs when compiling mruby, it will be helpful for others if you
send a detailed report to the developers that includes the error log, machine, send a detailed report to the developers that includes the error log, machine,
and OS type. and OS type.
......
...@@ -57,7 +57,11 @@ See the INSTALL file. ...@@ -57,7 +57,11 @@ See the INSTALL file.
To run the tests, execute the following from the project's root directory. To run the tests, execute the following from the project's root directory.
$ ./minirake test $ make test
Or
$ ruby ./minirake test
## Customization ## Customization
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment