From 460cae786af2c4c8ff205f7feb45b50c43a6700b Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sat, 18 Dec 2004 01:57:39 +0000 Subject: Default platform handlers (currently only POSIX). --- examples/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/README') 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/ -- cgit