summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorSergey 'Jin' Bostandzhyan <jin at mediatomb dot cc>2016-12-13 23:27:29 +0100
committeriphydf <iphydf@users.noreply.github.com>2017-01-03 20:42:07 +0000
commit4c9ed8f5a05c790405ce6119eff189abdb26f299 (patch)
treebe4d82d89db347996b0d52aef4668f07f01eece9 /INSTALL.md
parent2ad3ad61b84f3d7c7785a044d582ca6daf49b3ee (diff)
Add a separate configure switch for DHT_bootstrap
closes #319
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index db6a85f0..0ed6d881 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -498,6 +498,7 @@ While [Toxic](https://github.com/tox/toxic) is no longer in core, a list of Tox
498 - --disable-av disable A/V support (default: auto) see: [libtoxav](#libtoxav) 498 - --disable-av disable A/V support (default: auto) see: [libtoxav](#libtoxav)
499 - --enable-ntox build nTox client (default: no) see: [nTox](#ntox) 499 - --enable-ntox build nTox client (default: no) see: [nTox](#ntox)
500 - --enable-daemon build DHT bootstrap daemon (default=no) see: [Bootstrap daemon](#bootstrapd) 500 - --enable-daemon build DHT bootstrap daemon (default=no) see: [Bootstrap daemon](#bootstrapd)
501 - --enable-dht-bootstrap build DHT bootstrap utility (default=disabled)
501 - --enable-shared[=PKGS] build shared libraries [default=yes] 502 - --enable-shared[=PKGS] build shared libraries [default=yes]
502 - --enable-static[=PKGS] build static libraries [default=yes] 503 - --enable-static[=PKGS] build static libraries [default=yes]
503 504