aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
author0xb10c <0xb10c@gmail.com>2021-06-07 18:24:11 +0200
committer0xb10c <0xb10c@gmail.com>2021-07-27 16:33:43 +0200
commit469b71ae629228b2591a55831817a0e5fad89360 (patch)
tree3d69657c188d55829c52084a56ed6a22ee59c04d /doc/build-unix.md
parent84ace9aef116a05e034730f2bb2f109d1d77aac7 (diff)
downloadbitcoin-469b71ae629228b2591a55831817a0e5fad89360.tar.xz
doc: document systemtap dependency
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r--doc/build-unix.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index 73c0bf8779..4a56114109 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -48,6 +48,7 @@ Optional dependencies:
univalue | Utility | JSON parsing and encoding (bundled version will be used unless --with-system-univalue passed to configure)
libzmq3 | ZMQ notification | Optional, allows generating ZMQ notifications (requires ZMQ version >= 4.0.0)
sqlite3 | SQLite DB | Optional, wallet storage (only needed when wallet enabled)
+ systemtap | Tracing (USDT) | Optional, statically defined tracepoints
For the versions used, see [dependencies.md](dependencies.md)
@@ -107,6 +108,10 @@ ZMQ dependencies (provides ZMQ API):
sudo apt-get install libzmq3-dev
+User-Space, Statically Defined Tracing (USDT) dependencies:
+
+ sudo apt install systemtap-sdt-dev
+
GUI dependencies:
If you want to build bitcoin-qt, make sure that the required packages for Qt development
@@ -162,6 +167,10 @@ ZMQ dependencies (provides ZMQ API):
sudo dnf install zeromq-devel
+User-Space, Statically Defined Tracing (USDT) dependencies:
+
+ sudo dnf install systemtap
+
GUI dependencies:
If you want to build bitcoin-qt, make sure that the required packages for Qt development