From d003ed477327eff51f460eb38d085ef236af5864 Mon Sep 17 00:00:00 2001 From: yossizap Date: Mon, 11 Jan 2021 19:13:38 +0000 Subject: [PATCH] Update capstone versions in the docs --- doc/PACKAGERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/PACKAGERS.md b/doc/PACKAGERS.md index 28d0bb49591..b1e71a3ca56 100644 --- a/doc/PACKAGERS.md +++ b/doc/PACKAGERS.md @@ -60,7 +60,7 @@ directories used by Rizin, have a look at options `rizin_sdb`, `rizin_zigns`, etc. in [meson_options.txt][]. Rizin uses the Capstone disassembly engine and supports versions 3, 4, and 5. -By default we use a custom version of Capstone based on v4 and statically link +By default we use a custom version of Capstone based on v5 and statically link it into the Rizin executables. Some distributions might prefer that a system version of Capstone be dynamically linked at runtime. To do this, use the `-Duse_sys_capstone=enabled` command line option when running `meson`.