From d13c730ba3b70f486c5cb4f9febd8a855884a069 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 7 Dec 2020 02:35:55 -0500 Subject: add libsqlite3{,-dev} as a dependency (three instances) --- taler-merchant-manual.rst | 4 ++++ 1 file changed, 4 insertions(+) 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 \ -- cgit v1.2.3