Spellchecker for Mozilla

|
Home |
Mailing List |
Installation |
Source Code |
Bugs |
Screenshots
|
Source Code
If you are having trouble compiling the spellchecker, take a look at the Spellchecker Compiling FAQ.
The spellchecker source code can be accessed in either of the following ways:
- View the source using the CVS web interface
- Check out the current source using anonymous CVS with the following commands (password is guest):
cvs -d :pserver:guest@mozdev.org:/cvs login
cvs -d :pserver:guest@mozdev.org:/cvs co spellchecker
- OR Check out the source for a particular release of the spellchecker with the following commands (password is guest):
cvs -d :pserver:guest@mozdev.org:/cvs login
cvs -d :pserver:guest@mozdev.org:/cvs co -r RELEASE_TAG spellchecker
(If you have already checked out the source, use cvs -d :pserver:guest@mozdev.org/cvs up -r RELEASE_TAG)
Where RELEASE_TAG is one of the following tags:- RELEASE_1_2 -- Tagged on 2002-12-12. This is the version of the spellchecker from which binaries for all Mozilla versions 1.0.x through 1.2.x should be built.
- RELEASE_1_3 -- Tagged on 2003-04-06. This is the version of the spellchecker from which binaries for Mozilla version 1.3.x should be built.
- RELEASE_1_4 -- Tagged on 2003-07-18. This is the version of the spellchecker from which binaries for Mozilla version 1.4.x should be built.
-
To build the spellchecker:
- Copy the spellchecker/spellcheck subdirectory into the extensions subdirectory of your mozilla build.
- Apply the patch found in the spellchecker/patches directory.
- Compile.
For help with any of this, first read the Spellchecker Compiling FAQ, then email the mailing list if you're still having trouble.