diff options
author | Vincent Richard <[email protected]> | 2018-04-04 18:10:28 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2018-04-04 18:10:28 +0000 |
commit | 8495ce11160ea0fb15d4f9edd105239bb9bd9901 (patch) | |
tree | d1cd10236eec96298a5798aa7bfea00001ae41b8 /doc | |
parent | #193 Dropped support for boot::shared_ptr<>, enabled C++11 support in CMake (diff) | |
download | vmime-8495ce11160ea0fb15d4f9edd105239bb9bd9901.tar.gz vmime-8495ce11160ea0fb15d4f9edd105239bb9bd9901.zip |
#194 Fixed documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/book/start.tex | 2 |
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. |