diff options
| author | Jon <[email protected]> | 2012-05-02 20:46:09 -0400 |
|---|---|---|
| committer | Jon <[email protected]> | 2012-05-22 10:50:28 -0400 |
| commit | 9f89da6eef2c830db6fc3abb08fe755ae7ce9b6c (patch) | |
| tree | d1feb367d93853b5f05ce2bbed2171a561631b31 /INSTALL | |
| parent | b5dcb7128d7d235b66b4d9be879d26364dd1e3e9 (diff) | |
| download | mruby-9f89da6eef2c830db6fc3abb08fe755ae7ce9b6c.tar.gz mruby-9f89da6eef2c830db6fc3abb08fe755ae7ce9b6c.zip | |
Add native and cross compiling CMake build support
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -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, |
