summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-10-29 10:42:56 +0900
committerGitHub <[email protected]>2020-10-29 10:42:56 +0900
commit76eafa46082e43b33b107e845ebbfaa6ebae3155 (patch)
treeff07848865734b6246a82fb039b7fe7ed6685fd1 /README.md
parent78d185efb9ee62ae38b3f97c53372ae3a44fef51 (diff)
parent81c21088196fd92d08c253efc2feb8dbead88acf (diff)
downloadmruby-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.md14
1 files changed, 1 insertions, 13 deletions
diff --git a/README.md b/README.md
index 959abb0fc..5abf3445d 100644
--- a/README.md
+++ b/README.md
@@ -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)