aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-04-01 10:26:10 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-04-01 10:26:10 +0100
commitc9aace2bfd180906d528cc2a80bc856685fbc6ca (patch)
treea88360c15e1151066816a717318eb31fd0f7d045 /depends
parenta0d37d1d230b837ebb0ec8f609885ab89280936c (diff)
downloadbitcoin-c9aace2bfd180906d528cc2a80bc856685fbc6ca.tar.xz
depends, doc: Document `NO_USDT` option
Diffstat (limited to 'depends')
-rw-r--r--depends/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/depends/README.md b/depends/README.md
index 11abbbd90d..82ea4e1de7 100644
--- a/depends/README.md
+++ b/depends/README.md
@@ -107,7 +107,8 @@ The following can be set when running make: `make FOO=bar`
- `NO_BDB`: Don't download/build/cache BerkeleyDB
- `NO_SQLITE`: Don't download/build/cache SQLite
- `NO_UPNP`: Don't download/build/cache packages needed for enabling UPnP
-- `NO_NATPMP`: Don't download/build/cache packages needed for enabling NAT-PMP</dd>
+- `NO_NATPMP`: Don't download/build/cache packages needed for enabling NAT-PMP
+- `NO_USDT`: Don't download/build/cache packages needed for enabling USDT tracepoints
- `ALLOW_HOST_PACKAGES`: Packages that are missed in dependencies (due to `NO_*` option or
build script logic) are searched for among the host system packages using
`pkg-config`. It allows building with packages of other (newer) versions