aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-05-27 17:24:43 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-05-27 17:24:43 -0700
commita48f46c62e493797c723b72380a0f9381c502c89 (patch)
tree9df9f92fdc495d33746ab75b92f34514a09ea085 /README.md
parentb4307a959c18b0f311b0c0e919d214f8b78bfa11 (diff)
Fixed quick setup instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a6d0772e..c728aea0 100644
--- a/README.md
+++ b/README.md
@@ -24,5 +24,5 @@ The API has been redesigned from ground up.
### iOS static library
- Add libMailCore-ios.a
-- Set "Other Linker Flags": `lctemplate-ios -letpan-ios -licudata -licui18n -licuuc -lxml2 -lsasl2 -liconv -ltidy -lstdc++ -all_load`
+- 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.