Changeset ee687ab in mod_gnutls
- Timestamp:
- Jul 11, 2015, 7:52:04 AM (8 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 50eab8e
- Parents:
- 4038c7a
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r4038c7a ree687ab 27 27 * APR Memcache >= 0.7.0 (Optional) 28 28 * libmsv >= 0.1 (Optional, enable with ./configure --enable-msva) 29 * pandoc (for documentation, optional) 29 * pandoc (for documentation, optional) 30 * pdflatex (for PDF documentation, optional) 30 31 31 32 Installation … … 40 41 # Configure & restart apache 41 42 43 It is recommended to run "make check" before "make install". You may 44 need to pass TEST_HOST or TEST_IP to ./configure for the tests to work 45 correctly, please see test/README for details. 46 42 47 Configuration 43 48 ------------- 44 49 45 Please see doc/mod_gnutls_manual.mdwn for more details. 50 Please see doc/mod_gnutls_manual.mdwn for more details. If pandoc is 51 available, HTML and PDF (requires pdflatex) documentation will be 52 built and installed as well. -
src/Makefile.am
r4038c7a ree687ab 21 21 @echo "***********************************************" 22 22 @echo "" 23 @echo " Please read the documentation at " 24 @echo " http://modgnutls.sourceforge.net/?p=docs for " 25 @echo " details on configuration of this module " 23 @echo " Please read the manual in the doc/ directory for" 24 @echo " details on the configuration of this module" 26 25 @echo "" 27 26 @echo "***********************************************" 28 27 @echo "" 29
Note: See TracChangeset
for help on using the changeset viewer.