From 7d2d25da3eb891a70ec5dfd3b077b0e130571472 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 3 Oct 2005 21:29:04 +0000 Subject: Added TLS/SSL support. --- examples/README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'examples/README') diff --git a/examples/README b/examples/README index f741c387..4f58b1fd 100644 --- a/examples/README +++ b/examples/README @@ -1,9 +1,12 @@ +========================================= +Instructions for compiling VMime examples +========================================= 1) Configure, compile and install vmime library 2) Compile the sample programs with: - $ g++ -o exampleX exampleX.cpp ../libvmime.a ../libvmime-posix.a + $ g++ -o exampleX exampleX.cpp `pkg-config libvmime` 3) For a more complete documentation, please visit: - http://vmime.sourceforge.net/documentation/ + http://www.vmime.org/documentation/ -- cgit