aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-31 10:37:50 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-31 10:37:50 +0000
commitc6f0c600bc469db9c4defbc3b3da7b5c6baf2adf (patch)
tree9c2f3d6f3f362f361e9776ac9a47a1cc5235771c /README.md
parent14e11e191501d158da78984f7cfecdd3594a7b0f (diff)
downloadruby-c6f0c600bc469db9c4defbc3b3da7b5c6baf2adf.tar.gz
Describe about RUBY_CODESIGN
With RUBY_CODESIGN people can avoid pushing many OK button of firewall dialogs on macOS through test-all. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57483 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 283a92ce21..114fa9421c 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +97,9 @@ This is what you need to do to compile and install Ruby:
6. Run `make`.
+ * On Mac, set RUBY\_CODESIGN environment variable with a signing identity.
+ It uses the identity to sign `ruby` binary. See also codesign(1).
+
7. Optionally, run '`make check`' to check whether the compiled Ruby
interpreter works well. If you see the message "`check succeeded`", your
ruby works as it should (hopefully).