diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -38,22 +38,10 @@ The URL of the mruby home-page is: https://mruby.org. We don't have a mailing list, but you can use [GitHub issues](https://github.com/mruby/mruby/issues). -## How to compile and install (mruby and gems) +## How to compile, test, and install (mruby and gems) See the [compile.md](https://github.com/mruby/mruby/blob/master/doc/guides/compile.md) file. -## How to Build - -To build mruby, execute the following from the project's root directory. - - $ rake TARGET=<target> test - -The default `TARGET` is `host`. `TARGET` will be loaded from `target` directory. - -Note: `bison` bundled with MacOS is too old to compile `mruby`. -Try `brew install bison` and follow the instuction shown to update -the `$PATH` to compile `mruby`. - ## Building documentation There are two sets of documentation in mruby: the mruby API (generated by yard) and C API (Doxygen) |
