summaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorHidetaka Takano <[email protected]>2012-04-20 11:34:21 +0900
committerHidetaka Takano <[email protected]>2012-04-20 11:34:21 +0900
commitcfa6ca8daa142443d9b1bd6b68105f914b39a72f (patch)
treeae622165d862cbe7569900c4a59208d26332b256 /INSTALL
parente0d6430f63c4cbe0c71ce82ee23284671389a818 (diff)
downloadmruby-cfa6ca8daa142443d9b1bd6b68105f914b39a72f.tar.gz
mruby-cfa6ca8daa142443d9b1bd6b68105f914b39a72f.zip
add document
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL19
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.