#194 Fixed documentation
This commit is contained in:
parent
8564b2f8b0
commit
8495ce1116
@ -26,7 +26,7 @@ You can simply build your program with:
|
|||||||
to use the static version, or with:
|
to use the static version, or with:
|
||||||
|
|
||||||
\begin{verbatim}
|
\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}
|
\end{verbatim}
|
||||||
|
|
||||||
to use the shared version.
|
to use the shared version.
|
||||||
|
Loading…
Reference in New Issue
Block a user