taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit d13c730ba3b70f486c5cb4f9febd8a855884a069
parent 9bfc10a1d164b8b234c10f557b785447eff7e915
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Mon,  7 Dec 2020 02:35:55 -0500

add libsqlite3{,-dev} as a dependency (three instances)

Diffstat:
Mtaler-merchant-manual.rst | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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 \