aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-10-05 12:28:21 +0200
committerVincent Richard <[email protected]>2004-10-05 12:28:21 +0200
commita3229a051381e8f6b6df0fd423186166d20c898f (patch)
tree29dab66e608651e50a9b6f4bf9ce28f2ee897c87 /examples/README
downloadvmime-a3229a051381e8f6b6df0fd423186166d20c898f.tar.gz
vmime-a3229a051381e8f6b6df0fd423186166d20c898f.zip
Initial import.
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/
+