diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-29 10:42:56 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-29 10:42:56 +0900 |
| commit | 76eafa46082e43b33b107e845ebbfaa6ebae3155 (patch) | |
| tree | ff07848865734b6246a82fb039b7fe7ed6685fd1 /README.md | |
| parent | 78d185efb9ee62ae38b3f97c53372ae3a44fef51 (diff) | |
| parent | 81c21088196fd92d08c253efc2feb8dbead88acf (diff) | |
| download | mruby-76eafa46082e43b33b107e845ebbfaa6ebae3155.tar.gz mruby-76eafa46082e43b33b107e845ebbfaa6ebae3155.zip | |
Merge pull request #5098 from shuujii/revert-MRUBY_TARGET-mechanism
Revert `MRUBY_TARGET` mechanism; ref #5096
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) |
