aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/book/start.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/start.tex b/doc/book/start.tex
index 2983bbfc..74084941 100644
--- a/doc/book/start.tex
+++ b/doc/book/start.tex
@@ -26,7 +26,7 @@ You can simply build your program with:
to use the static version, or with:
\begin{verbatim}
- $ g++ `pkg-config --cflags --libs vmime` -o myprog myprog.cpp
+ $ g++ `pkg-config --cflags vmime` -o myprog myprog.cpp `pkg-config --libs vmime`
\end{verbatim}
to use the shared version.