blob: 4f58b1fde6f48f96b31bb17e2ffd672011e15f17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
=========================================
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/
|