diff options
| author | Hidetaka Takano <[email protected]> | 2012-04-20 11:34:21 +0900 |
|---|---|---|
| committer | Hidetaka Takano <[email protected]> | 2012-04-20 11:34:21 +0900 |
| commit | cfa6ca8daa142443d9b1bd6b68105f914b39a72f (patch) | |
| tree | ae622165d862cbe7569900c4a59208d26332b256 /INSTALL | |
| parent | e0d6430f63c4cbe0c71ce82ee23284671389a818 (diff) | |
| download | mruby-cfa6ca8daa142443d9b1bd6b68105f914b39a72f.tar.gz mruby-cfa6ca8daa142443d9b1bd6b68105f914b39a72f.zip | |
add document
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL new file mode 100644 index 000000000..f6444d4d8 --- /dev/null +++ b/INSTALL @@ -0,0 +1,19 @@ +* Compilation and Installation + + 1. Run make in top directory. + + This command will create 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. + +* Porting to other platforms + + + +That's all. |
