aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2014-07-24 06:48:26 +0000
committerVincent Richard <[email protected]>2014-07-24 06:48:26 +0000
commit937d9c01cc30e243123e54139ea99e55a074284a (patch)
tree2eb9364bfe26939851d61f1527d397ca64d3191b /doc
parentAdded support for language specification in RFC-2047 encoded words and RFC-22... (diff)
downloadvmime-937d9c01cc30e243123e54139ea99e55a074284a.tar.gz
vmime-937d9c01cc30e243123e54139ea99e55a074284a.zip
Fixed example build command.
Diffstat (limited to 'doc')
-rw-r--r--doc/book/building.tex9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/book/building.tex b/doc/book/building.tex
index f0fabfd5..4f257404 100644
--- a/doc/book/building.tex
+++ b/doc/book/building.tex
@@ -82,12 +82,13 @@ For example, to force using OpenSSL library instead of GnuTLS for TLS
support, type:
\begin{verbatim}
- $ cmake -G "Unix Makefiles" -DVMIME_TLS_SUPPORT_LIB_IS_OPENSSL=ON \
- -DVMIME_TLS_SUPPORT_LIB_IS_GNUTLS=OFF
+ $ cmake -G "Unix Makefiles" -DVMIME_TLS_SUPPORT_LIB=openssl
\end{verbatim}
If you want to enable or disable some features in VMime, you can obtain some
-help by typing {\vcode cmake -L}. The defaults should be OK though.
+help by typing {\vcode cmake -L}. The defaults should be OK though. For a list
+of build options, you can also refer to section \ref{build-options}, page
+\pageref{build-options}.
For more information about using CMake, go to
\href{http://www.cmake.org/}{the CMake web site}.
@@ -118,7 +119,7 @@ Now, you are done! You can jump to the next chapter to know how to use VMime
in your program...
% ============================================================================
-\section{Build options}
+\section{\label{build-options}Build options}
Some options can be given to CMake to control the build: