From: Adam Dickmeiss Date: Thu, 23 Jan 2014 13:12:28 +0000 (+0100) Subject: Mention libgcrypt in Unix installation of YAZ X-Git-Tag: v5.0.13~43 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=23a11d4150aeef79e2583c964214db8ad428487a;ds=sidebyside Mention libgcrypt in Unix installation of YAZ --- diff --git a/doc/common b/doc/common index 3f5e2da..1278a48 160000 --- a/doc/common +++ b/doc/common @@ -1 +1 @@ -Subproject commit 3f5e2da375bd4a14d847b4d5f029ad76cf0c7339 +Subproject commit 1278a487dcec16a5e9406051269ef079b8cacadb diff --git a/doc/installation.xml b/doc/installation.xml index c9f216e..3e23ca4 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -308,6 +308,16 @@ + + --with-libgcrypt[=prefix] + + &yaz; will be linked with + Libgcrypt in the prefix if given. + If prefix is not given, the libraries exposed by the script + libgcrypt-config will be used if found. + + +