diff options
| author | Vincent Richard <[email protected]> | 2004-12-18 02:57:39 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2004-12-18 02:57:39 +0100 |
| commit | 460cae786af2c4c8ff205f7feb45b50c43a6700b (patch) | |
| tree | adc4c2f466ae5dd625f57a13df3247dd565fbb3a /examples/README | |
| parent | Added appendComponent() and getComponentAt() functions. (diff) | |
| download | vmime-460cae786af2c4c8ff205f7feb45b50c43a6700b.tar.gz vmime-460cae786af2c4c8ff205f7feb45b50c43a6700b.zip | |
Default platform handlers (currently only POSIX).
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/ |
