summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFabiano Fidencio <fabiano@fidencio.org>2011-06-21 05:55:11 +0000
committerFabiano Fidencio <fabiano@fidencio.org>2011-06-21 05:55:11 +0000
commit9ed80fe73fd78f547dbd481d1fbd4631fb50fd35 (patch)
tree13c9a8e36b59455124cc203c658787ffd334a7e7 /README
parentb932f330bf183d5897ed51e3976a22f92339f06b (diff)
downloadenchant-9ed80fe73fd78f547dbd481d1fbd4631fb50fd35.tar.gz
Adding applespell option in build stuffs
- Now, applespell is compiled by default when an OS X system is detected - If you want to disable it in your mac, please, use --disable-applespell - Now, at least, it's building. I don't know if it's working, probably we need of more (is there?) tests. - Updating README - Many thanks, Dwayne Bailey, for all support :-). Now, could you help us to test and fix another issues with enchant? git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@29862 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index 09f59b3..b473557 100644
--- a/README
+++ b/README
@@ -9,10 +9,11 @@ dealing with different spell checking libraries.
Enchant is meant to provide a generic interface into various existing
spell checking libaries. These include, but are not limited to:
- * Aspell/Pspell
- * Ispell
- * Hspell
- * Uspell
+ * Apple Spell
+ * Aspell/Pspell
+ * Ispell
+ * Hspell
+ * Uspell
Enchant is also meant to be used in a cross-platform (XP) environment. Part
of this means that Enchant wants to limit its number of external dependencies