#194 Fixed documentation

This commit is contained in:
Vincent Richard 2018-04-04 20:10:28 +02:00
parent 8564b2f8b0
commit 8495ce1116

View File

@ -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.