blob: f741c3877f50b2ee867359085f5aa9e87e9c2d96 (
plain)
1
2
3
4
5
6
7
8
9
|
1) Configure, compile and install vmime library
2) Compile the sample programs with:
$ g++ -o exampleX exampleX.cpp ../libvmime.a ../libvmime-posix.a
3) For a more complete documentation, please visit:
http://vmime.sourceforge.net/documentation/
|