asynciodebian/masterdebian/stretch-backportsjessie-backportsproxy-ticketupstream
Last change
on this file since 03295a9 was
28f3f4f,
checked in by Thomas Klute <thomas2.klute@…>, 6 years ago
|
Mention pandoc in README and ./configure output
This should help users to understand why documentation gets built (or
not). Also use the opportunity to fix indentation of the ./configure
summary.
|
-
Property mode set to
100644
|
File size:
1.0 KB
|
Line | |
---|
1 | mod_gnutls, Apache GnuTLS module |
---|
2 | ================================ |
---|
3 | |
---|
4 | https://mod.gnutls.org/ |
---|
5 | |
---|
6 | Mailing List: |
---|
7 | |
---|
8 | mod_gnutls development <mod_gnutls-devel@lists.gnutls.org> |
---|
9 | |
---|
10 | Lead Maintainer: |
---|
11 | |
---|
12 | Daniel Kahn Gillmor <dkg@fifthhorseman.net> |
---|
13 | |
---|
14 | Past maintainers and other contributors: |
---|
15 | |
---|
16 | Paul Querna <chip at force-elite.com> |
---|
17 | Nikos Mavrogiannopoulos <nmav at gnutls.org> |
---|
18 | Dash Shendy <neuromancer at dash.za.net> |
---|
19 | Thomas Klute <thomas2.klute@uni-dortmund.de> |
---|
20 | |
---|
21 | Prerequisites |
---|
22 | ------------- |
---|
23 | |
---|
24 | * GnuTLS >= 3.1.4 <http://www.gnutls.org/> (3.2.* or newer preferred) |
---|
25 | * Apache HTTPD >= 2.2 <http://httpd.apache.org/> (2.4.* preferred) |
---|
26 | * autotools & gcc |
---|
27 | * APR Memcache >= 0.7.0 (Optional) |
---|
28 | * libmsv >= 0.1 (Optional) |
---|
29 | * pandoc (for documentation, optional) |
---|
30 | |
---|
31 | Installation |
---|
32 | ------------ |
---|
33 | |
---|
34 | tar xzvf mod_gnutls-version.tar.gz |
---|
35 | cd mod_gnutls-version/ |
---|
36 | autoreconf -fiv |
---|
37 | ./configure --with-apxs=PATH --enable-msva |
---|
38 | make |
---|
39 | make install |
---|
40 | # Configure & restart apache |
---|
41 | |
---|
42 | Configuration |
---|
43 | ------------- |
---|
44 | |
---|
45 | Please see doc/mod_gnutls_manual.mdwn for more details. |
---|
Note: See
TracBrowser
for help on using the repository browser.