Changes in README [c5d5942:2afbe2e] in mod_gnutls
Legend:
- Unmodified
- Added
- Removed
-
README
rc5d5942 r2afbe2e 10 10 Lead Maintainer: 11 11 12 Daniel Kahn Gillmor <dkg@fifthhorseman.net>12 Thomas Klute <thomas2.klute@uni-dortmund.de> 13 13 14 14 Past maintainers and other contributors: 15 15 16 Daniel Kahn Gillmor <dkg@fifthhorseman.net> 16 17 Paul Querna <chip at force-elite.com> 17 18 Nikos Mavrogiannopoulos <nmav at gnutls.org> 18 19 Dash Shendy <neuromancer at dash.za.net> 19 Thomas Klute <thomas2.klute@uni-dortmund.de>20 20 21 21 Prerequisites 22 22 ------------- 23 23 24 * GnuTLS >= 3.1.4 <http://www.gnutls.org/> (3.2.* or newerpreferred)24 * GnuTLS >= 2.12.6 <http://www.gnutls.org/> (3.* preferred) 25 25 * Apache HTTPD >= 2.2 <http://httpd.apache.org/> (2.4.* preferred) 26 26 * autotools & gcc 27 27 * APR Memcache >= 0.7.0 (Optional) 28 * libmsv >= 0.1 (Optional, enable with ./configure --enable-msva) 29 * pandoc (for documentation, optional) 28 * libmsv >= 0.1 (Optional) 30 29 31 30 Installation … … 35 34 cd mod_gnutls-version/ 36 35 autoreconf -fiv 37 ./configure 36 ./configure --with-apxs=PATH --enable-msva 38 37 make 39 38 make install
Note: See TracChangeset
for help on using the changeset viewer.