summaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorBeoran <[email protected]>2012-05-01 20:13:09 +0200
committerJon <[email protected]>2012-05-22 09:11:13 -0400
commitb5dcb7128d7d235b66b4d9be879d26364dd1e3e9 (patch)
treec58c7ccfa87d4cdd9c9f8a503356f5e2d142ea16 /INSTALL
parentabacbf667241ff4919b14007ef1a704f321de96d (diff)
downloadmruby-b5dcb7128d7d235b66b4d9be879d26364dd1e3e9.tar.gz
mruby-b5dcb7128d7d235b66b4d9be879d26364dd1e3e9.zip
First cmake build system. Works on Linux.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 9 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 92851c86d..0aae03655 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,17 +1,21 @@
* Prerequisites
1. Make sure you have bison (http://www.gnu.org/software/bison/) installed in your system.
+ 2 Make sure you have cmake (http://www.cmake.org version 2.8.8 or
+ later installed).
+
* Compilation and Installation
- 1. Run make in the top directory.
-
+ 1. Run cmake . ; make ; make install in the top directory.
+
+
This command will create the following directories and
store libraries and binaries files into them.
- * bin
- * lib
- * include
+ * /usr/local/bin
+ * /usr/local/lib
+ * /usr/local/include
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,