summaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
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.