From 8495ce11160ea0fb15d4f9edd105239bb9bd9901 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 4 Apr 2018 20:10:28 +0200 Subject: [PATCH] #194 Fixed documentation --- doc/book/start.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.