summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maximechevalierb@gmail.com>2021-05-21 17:51:38 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:35 -0400
commit844067f7ee40a406314c6b570df82fc43d519131 (patch)
tree9498b75b40ead28636c8b5ba517dbbd233b5e6c7
parent6ecb007f6eb612d7d7b2ee12fbcb65c834fc3359 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a6424abcdc..d55ddca747 100644
--- a/README.md
+++ b/README.md
@@ -37,10 +37,10 @@ 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).
+To support disassembly of the generated code, `libcapstone` is also required (`brew install capstone` on MacOS, `sudo apt-get install -y libcapstone-dev` on Ubuntu/Debian).
+
```
./autogen.sh
./configure cppflags=-DRUBY_DEBUG --prefix=$HOME/.rubies/ruby-yjit