Developers' side bar Selected categories Edit Links |
Devel /
Aspell
<< | Page list | >>
Notes about Table of contents (hide) 1. AspellNote: Beginning with 2.0 support for the aspell command line program has been dropped. Although the aspell library (aspell 0.60.x) is still supported, Windows binaries are compiled without this feature. Windows users should thus use either Hunspell or Enchant. Aspell is located on SourceForge. Aspell itself does not provide a windows installer for Aspell6. If you need to install Aspell separately on windows, it can be downloaded from the LyX repositories: Aspell is modular, a spell checker and separate dictionaries for different languages. In other words, to use Aspell, both the program and a suitable dictionary needs to be installed. The LyX Windows installers attempts to install both Aspell and suitable dictionaries. The Aspell application itself can be downloaded from SourceForge for Windows, but not the dictionaries. We therefore create separate dictionary installers to create the dictionaries for different languages. 2. Aspell dictionariesSome related discussions on the LyX developers' list: 2.1 Location of dictionary installersThe dictionary installers are primarily located at Alternative download repository: Location of old dictionary installersDictionary installers used by the old (official) LyX installers used to be stored in the wiki's uploads directory. 2.2 Dictionary formatThe current dictionary format has number '6', and it is not expected to change soon. 2.3 Name of a dictonary installer for WindowsThe name a dictionary installer can be as follows:
2.4 New versions of dictionariesA new dictionary installer for a language may be created because:
How will we deal with old versions of dictionary (installers)? When a new dictionary comes along, we'll eventually catch up and produce a corresponding dictonary installer. Then we'll eventually make an updated LyX installer, that'll refer to the new dictionary installer. However, the old LyX installers will still refer to the old dictionary installer, so in order to not break those we need keep the old dictionary installers around. 2.5 Latest version of dictionariesOne way to make the installer always use the latest version of a dictonary installer, could to use symbolic links (called e.g. 3. CategoriesCategory: Development, Windows installer |