aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-05-21 22:44:51 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-05-21 22:44:51 -0700
commit51f6a1cd4738b462559685d179ce59c77a1673a6 (patch)
tree149057cf9150d8cbbc03909e67523a338f775adb /README.md
parent85d599618fcba8157eb4732d520aca0d7bccf995 (diff)
README formatting
Diffstat (limited to 'README.md')
-rw-r--r--README.md36
1 files 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.