diff options
| author | roco <roco@ryry.(none)> | 2012-04-20 15:16:51 +0900 |
|---|---|---|
| committer | roco <roco@ryry.(none)> | 2012-04-20 15:16:51 +0900 |
| commit | 908ac841f0ef9308c93b5daa62fda99ba579dd6f (patch) | |
| tree | 261f117fca46311caa97d849c449c7fd6c2ca8d5 | |
| parent | 1105ec8a040d69f389d469401a4a1d0f9449d708 (diff) | |
| download | mruby-908ac841f0ef9308c93b5daa62fda99ba579dd6f.tar.gz mruby-908ac841f0ef9308c93b5daa62fda99ba579dd6f.zip | |
updated English text to reflect original Japanese
| -rw-r--r-- | INSTALL | 11 | ||||
| -rw-r--r-- | INSTALL.ja | 1 |
2 files changed, 7 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. diff --git a/INSTALL.ja b/INSTALL.ja index 94671f711..032f91f41 100644 --- a/INSTALL.ja +++ b/INSTALL.ja @@ -8,6 +8,7 @@ * bin * lib + * include もし,コンパイル時にエラーが発生した場合にはエラーのログとマ シン,OSの種類を含むできるだけ詳しいレポートを作者に送ってく |
