diff options
Diffstat (limited to 'examples/README')
-rw-r--r-- | examples/README | 12 |
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/ - |