diff options
| author | Hidetaka Takano <[email protected]> | 2012-04-19 23:47:28 -0700 |
|---|---|---|
| committer | Hidetaka Takano <[email protected]> | 2012-04-19 23:47:28 -0700 |
| commit | b9f079aafba47db71ce0e1339412c5db4dd3e02b (patch) | |
| tree | 392c60b5788d406c584ee605998ac896c932f815 /INSTALL | |
| parent | 3c07f92a2710523940c7c58b0ddfeada2082ed9f (diff) | |
| parent | 95373cb63ea01ba3052a8401517933845b3897d2 (diff) | |
| download | mruby-b9f079aafba47db71ce0e1339412c5db4dd3e02b.tar.gz mruby-b9f079aafba47db71ce0e1339412c5db4dd3e02b.zip | |
Merge pull request #7 from rystyle/master
Text corrections.
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,19 +1,20 @@ * Compilation and Installation - 1. Run make in top directory. + 1. Run make in the top directory. - This command will create following directories and + This command will create the following directories and store libraries and binaries files into them. * bin * lib * include -If you fail to compile ruby, please send the detailed error report with -the error log and machine/OS type, to help others. +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, +and OS type. -* Porting to other platforms +* Porting to other platforms That's all. |
