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