summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--taler-merchant-manual.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index bff0e84d..f6aeb46b 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -283,6 +283,8 @@ Installation of dependencies
The following packages need to be installed before we can compile the
backend:
+- libsqlite3 >= 3.16.2
+
- libunistring >= 0.9.3
- libcurl >= 7.26 (or libgnurl >= 7.26)
@@ -442,6 +444,7 @@ commands:
.. code-block:: console
# apt-get install \
+ libsqlite3-dev \
libltdl-dev \
libunistring-dev \
libsodium-dev \
@@ -464,6 +467,7 @@ For more recent versions of Debian, you should instead run:
.. code-block:: console
# apt-get install \
+ libsqlite3-dev \
libltdl-dev \
libunistring-dev \
libsodium-dev \