aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2021-05-21 12:33:37 -0700
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:35 -0400
commit6ecb007f6eb612d7d7b2ee12fbcb65c834fc3359 (patch)
treeb34a65459a47145aaa1a7269bc60973ae7500ace /README.md
parent1aace65dc045909b6c33491fe3f5218c33117e0a (diff)
downloadruby-6ecb007f6eb612d7d7b2ee12fbcb65c834fc3359.tar.gz
Recommend installing libcapstone
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7b7139e3c8..a6424abcdc 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,8 @@ git clone https://github.com/Shopify/ruby.git yjit
cd yjit
```
+To support disassembly, libcapstone is also required (`brew install capstone` on macos).
+
The YJIT `ruby` binary can be built with either GCC or Clang. We recommend enabling debug symbols so that assertions are enabled during development as this makes debugging easier. Enabling debug mode will also make it possible for you to disassemble code generated by YJIT, and get access to stat counters. More detailed build instructions are provided in the [Ruby README](https://github.com/ruby/ruby#how-to-compile-and-install).
```