doc: add capnproto-devel to Fedora build instruction
What changed, and why it matters
This is a one-line documentation update for Fedora Linux build instructions. It adds an extra package name (capnproto-devel) so developers can compile Bitcoin Core's optional inter-process communication (IPC) feature. There is no code change, no bug fix, and no security issue in the commit itself.
No security action needed. Treat as a normal documentation update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit modifies doc/build-unix.md to list both capnproto and capnproto-devel in the Fedora dnf install command for building with IPC support. It is purely a build-documentation correction; no source code, build system logic, or runtime behavior is changed.
Changed components
doc/build-unix.mdInspect captured patch +1 / −1
diff --git a/doc/build-unix.md b/doc/build-unix.md
index 38b44966..04f757ba 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -122,7 +122,7 @@ User-Space, Statically Defined Tracing (USDT) dependencies:
Cap'n Proto is needed for IPC functionality (see [multiprocess.md](multiprocess.md)):
- sudo dnf install capnproto
+ sudo dnf install capnproto capnproto-devel
Compile with `-DENABLE_IPC=OFF` if you do not need IPC functionality.
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.