diff options
Diffstat (limited to 'examples/README')
-rw-r--r-- | examples/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/README b/examples/README index b8e11937..f741c387 100644 --- a/examples/README +++ b/examples/README @@ -2,8 +2,8 @@ 1) Configure, compile and install vmime library 2) Compile the sample programs with: - $ g++ -o exampleX exampleX.cpp ../libvmime.a + $ g++ -o exampleX exampleX.cpp ../libvmime.a ../libvmime-posix.a 3) For a more complete documentation, please visit: - http://www.kisli.com/vmime/doc/ + http://vmime.sourceforge.net/documentation/ |