From 38f8bb3fdc3d3ecb449f85f75504589acafe08b1 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Tue, 21 May 2013 21:59:42 -0700 Subject: Simplified linking against mailcore. Added quick instructions in README.md --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2af7700b..7fd25329 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,36 @@ Mailcore 2 ========== MailCore 2 brings a new API redesigned from ground. + +- POP, IMAP and SMTP support +- RFC822 parser and generator +- asynchronous APIs +- HTML rendering of messages + + +Quick project setup instruction +=============================== + +- Mac framework + +Add mailcore.framework + +Make sure to use LLVM C++ standard library. + +- Mac static library + +Add libMailCore.a + +Other Linker Flags: +-lctemplate -letpan -licudata -licui18n -licuuc -lxml2 -lsasl2 -liconv -ltidy -lc++ -all_load + +Make sure to use LLVM C++ standard library. + +- iOS static library + +Add libMailCore-ios.a + +Other Linker Flags: +-lctemplate-ios -letpan-ios -licudata -licui18n -licuuc -lxml2 -lsasl2 -liconv -ltidy -lstdc++ -all_load + +Make sure to use GNU C++ standard library. -- cgit v1.2.3