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

ruby-changes:69036

From: John <ko1@a...>
Date: Thu, 21 Oct 2021 08:20:36 +0900 (JST)
Subject: [ruby-changes:69036] 6ecb007f6e (master): Recommend installing libcapstone

https://git.ruby-lang.org/ruby.git/commit/?id=6ecb007f6e

From 6ecb007f6eb612d7d7b2ee12fbcb65c834fc3359 Mon Sep 17 00:00:00 2001
From: John Hawthorn <john@h...>
Date: Fri, 21 May 2021 12:33:37 -0700
Subject: Recommend installing libcapstone

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

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 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).
 
 ```
-- 
cgit v1.2.1


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

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