aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-12-16 11:09:19 -0500
committerJack Lloyd <[email protected]>2017-12-16 11:09:19 -0500
commitf8982aba6b1018e6ecdfb05af0780e59a3d2e31c (patch)
treed94568b98a43c01ea09a5e354925e62d735bb3a5 /doc
parentd420b61ec604e5117a126ea1a6c6c9f6777fd0da (diff)
Mention enabling features in the distributor notes
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/packaging.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/manual/packaging.rst b/doc/manual/packaging.rst
index 2e54e9717..b077734f2 100644
--- a/doc/manual/packaging.rst
+++ b/doc/manual/packaging.rst
@@ -1,10 +1,17 @@
-Info for Packagers
+Notes for Distributors
========================
This document has information for anyone who is packaging copies of Botan for
use by downstream developers, such as through a Linux distribution or other
package management system.
+Recommended Options
+------------------------
+
+In most environments, zlib, bzip2, and sqlite are already installed, so there is
+no reason to not include support for them in Botan as well. Build with options
+``--with-zlib --with-bzip2 --with-sqlite3`` to enable these features.
+
Set Distribution Info
------------------------