[前][次][番号順一覧][スレッド一覧]

ruby-changes:68986

From: Maxime <ko1@a...>
Date: Thu, 21 Oct 2021 08:19:35 +0900 (JST)
Subject: [ruby-changes:68986] 844067f7ee (master): Update README.md

https://git.ruby-lang.org/ruby.git/commit/?id=844067f7ee

From 844067f7ee40a406314c6b570df82fc43d519131 Mon Sep 17 00:00:00 2001
From: Maxime Chevalier-Boisvert <maximechevalierb@g...>
Date: Fri, 21 May 2021 17:51:38 -0400
Subject: Update README.md

---
 README.md | 4 ++--
 1 file 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 https://github.com/ruby/ruby/blob/trunk/README.md#L37
 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
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]