diff options
author | Vincent Richard <[email protected]> | 2014-05-27 19:59:37 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2014-05-27 19:59:37 +0000 |
commit | b5d26604ef239c197ef59f4e1088fb331a0bdc2a (patch) | |
tree | b67a3b3f3a68011206b02f1d45e5287af6fef1e5 /doc | |
parent | Merge branch 'master' of https://github.com/kisli/vmime (diff) | |
download | vmime-b5d26604ef239c197ef59f4e1088fb331a0bdc2a.tar.gz vmime-b5d26604ef239c197ef59f4e1088fb331a0bdc2a.zip |
Use string option instead of mutually exclusive bool options for charset and TLS library.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/book/building.tex | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/book/building.tex b/doc/book/building.tex index a34db5ba..f0fabfd5 100644 --- a/doc/book/building.tex +++ b/doc/book/building.tex @@ -1,4 +1,5 @@ -\chapter{Building and Installing VMime\label{chapter_building}} +\label{chapter_building} +\chapter{Building and Installing VMime} % ============================================================================ \section{Introduction} @@ -137,15 +138,15 @@ Set to ON to build a static version (.a) of the library (default is ON). \\ VMIME\_BUILD\_TESTS & Set to ON to build unit tests (default is OFF). \\ \hline -VMIME\_TLS\_SUPPORT\_LIB\_IS\_OPENSSL \\ VMIME\_TLS\_SUPPORT\_LIB\_IS\_GNUTLS & -Set either the one or the other (but not both) to ON to force using either OpenSSL -or GNU TLS as the SSL library (default depends on which libraries are available on +VMIME\_TLS\_SUPPORT\_LIB & +Set to either "openssl" or "gnutls" to force using either OpenSSL or GNU TLS +for SSL/TLS support (default depends on which libraries are available on your system). \\ \hline -VMIME\_CHARSETCONV\_LIB\_IS\_ICONV \\ VMIME\_CHARSETCONV\_LIB\_IS\_ICU & -Set either the one or the other (but not both) to ON to force using either iconv -or ICU as the charset conversion library (default depends on which libraries are -available on your system). \\ +VMIME\_CHARSETCONV\_LIB & +Set to either "iconv", "icu" or "win" (Windows only) to force using iconv, ICU +or Windows built-in API for converting between charsets (default value depends +on which libraries are available on your system). \\ \hline CMAKE\_BUILD\_TYPE & Set the build type: either "Release" or "Debug". In Debug build, optimizations |