diff options
| author | Vincent Richard <[email protected]> | 2005-10-03 23:29:04 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-10-03 23:29:04 +0200 |
| commit | 7d2d25da3eb891a70ec5dfd3b077b0e130571472 (patch) | |
| tree | 44b1930480276fe83b6f94ecda308e5a9ceb3162 /examples/README | |
| parent | Reduced waiting time. (diff) | |
| download | vmime-7d2d25da3eb891a70ec5dfd3b077b0e130571472.tar.gz vmime-7d2d25da3eb891a70ec5dfd3b077b0e130571472.zip | |
Added TLS/SSL support.
Diffstat (limited to 'examples/README')
| -rw-r--r-- | examples/README | 7 |
1 files changed, 5 insertions, 2 deletions
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/ |
