aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-12-29 09:02:12 +0000
committerVincent Richard <[email protected]>2013-12-29 09:02:12 +0000
commit152c6bed75598a6ca5efb7914701157270155833 (patch)
tree8faced1d75a45c819630323da256248415992ed0 /examples
parentMerge branch 'master' of https://github.com/kisli/vmime (diff)
downloadvmime-152c6bed75598a6ca5efb7914701157270155833.tar.gz
vmime-152c6bed75598a6ca5efb7914701157270155833.zip
Merged source and header files in directory structure. Got rid of SConstruct build.
Diffstat (limited to 'examples')
-rw-r--r--examples/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/README b/examples/README
deleted file mode 100644
index 4f58b1fd..00000000
--- a/examples/README
+++ /dev/null
@@ -1,12 +0,0 @@
-=========================================
-Instructions for compiling VMime examples
-=========================================
-
-1) Configure, compile and install vmime library
-
-2) Compile the sample programs with:
- $ g++ -o exampleX exampleX.cpp `pkg-config libvmime`
-
-3) For a more complete documentation, please visit:
- http://www.vmime.org/documentation/
-