diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-10-14 00:01:59 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-10-14 00:01:59 +0200 |
commit | b5f5956ee23a40a8bde6b1a9622d201501cad816 (patch) | |
tree | b164025d93244502e695c9ac1a2040ca5bfc39fd /doc | |
parent | fca44ed626b6cbc1aac75d7ad113abf7aad4d8a6 (diff) |
fix geq, needs{}
Diffstat (limited to 'doc')
-rw-r--r-- | doc/taler-exchange.texi | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/taler-exchange.texi b/doc/taler-exchange.texi index 307cbea03..558a57eff 100644 --- a/doc/taler-exchange.texi +++ b/doc/taler-exchange.texi @@ -239,37 +239,37 @@ Please install the following packages before proceeding with the exchange compil @itemize @item -GNU autoconf @geq 2.69 +GNU autoconf @geq{} 2.69 @item -GNU automake @geq 1.14 +GNU automake @geq{} 1.14 @item -GNU libtool @geq 2.4 +GNU libtool @geq{} 2.4 @item -GNU autopoint @geq 0.19 +GNU autopoint @geq{} 0.19 @item -GNU libltdl @geq 2.4 +GNU libltdl @geq{} 2.4 @item -GNU libunistring @geq 0.9.3 +GNU libunistring @geq{} 0.9.3 @item -libcurl @geq 7.26 (or libgnurl @geq 7.26) +libcurl @geq{} 7.26 (or libgnurl @geq{} 7.26) @item -GNU libmicrohttpd @geq 0.9.52 +GNU libmicrohttpd @geq{} 0.9.52 @item -GNU libgcrypt @geq 1.6 +GNU libgcrypt @geq{} 1.6 @item -libjansson @geq 2.7 +libjansson @geq{} 2.7 @item -Postgres @geq 9.6, including libpq +Postgres @geq{} 9.6, including libpq @item libgnunetutil (from Git) |