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