aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README9
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/
+