From 51f6a1cd4738b462559685d179ce59c77a1673a6 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Tue, 21 May 2013 22:44:51 -0700 Subject: README formatting --- README.md | 36 +++++++++++++----------------------- 1 file changed, 13 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 7fd25329..4406a808 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -Mailcore 2 -========== +## Mailcore 2 MailCore 2 brings a new API redesigned from ground. @@ -8,30 +7,21 @@ MailCore 2 brings a new API redesigned from ground. - asynchronous APIs - HTML rendering of messages +## Quick project setup instruction -Quick project setup instruction -=============================== +### Mac framework -- Mac framework +- Add mailcore.framework +- Make sure to use LLVM C++ standard library. -Add mailcore.framework +### Mac static library -Make sure to use LLVM C++ standard library. +- Add libMailCore.a +- Set "Other Linker Flags": `-lctemplate -letpan -licudata -licui18n -licuuc -lxml2 -lsasl2 -liconv -ltidy -lc++ -all_load` +- Make sure to use LLVM C++ standard library. -- Mac static library +### iOS 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. +- Add libMailCore-ios.a +- Set "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