From 9f89da6eef2c830db6fc3abb08fe755ae7ce9b6c Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 2 May 2012 20:46:09 -0400 Subject: Add native and cross compiling CMake build support --- INSTALL | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 0aae03655..92851c86d 100644 --- a/INSTALL +++ b/INSTALL @@ -1,21 +1,17 @@ * 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 cmake . ; make ; make install in the top directory. - - + 1. Run make in the top directory. + This command will create the following directories and store libraries and binaries files into them. - * /usr/local/bin - * /usr/local/lib - * /usr/local/include + * bin + * lib + * 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, -- cgit v1.2.3