vmime/examples/README

13 lines
362 B
Plaintext
Raw Normal View History

2005-10-03 21:29:04 +00:00
=========================================
Instructions for compiling VMime examples
=========================================
2004-10-05 10:28:21 +00:00
1) Configure, compile and install vmime library
2) Compile the sample programs with:
2005-10-03 21:29:04 +00:00
$ g++ -o exampleX exampleX.cpp `pkg-config libvmime`
2004-10-05 10:28:21 +00:00
3) For a more complete documentation, please visit:
2005-10-03 21:29:04 +00:00
http://www.vmime.org/documentation/
2004-10-05 10:28:21 +00:00