diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2016-08-05 14:25:16 +1000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:49 +0100 |
commit | 1819af06f9ff750991220fbb8a3d215d5f039f75 (patch) | |
tree | f29165df078297c27e7d21cbbda4abf9db633aa9 /office/LibreOffice | |
parent | c8eb4401dc43f8cc21932943d7360d1fd30a023d (diff) | |
download | slackbuilds-1819af06f9ff750991220fbb8a3d215d5f039f75.tar.gz |
office/LibreOffice: Add spell check info to README
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'office/LibreOffice')
-rw-r--r-- | office/LibreOffice/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/office/LibreOffice/README b/office/LibreOffice/README index fc462491e7..2732ce0aa9 100644 --- a/office/LibreOffice/README +++ b/office/LibreOffice/README @@ -22,3 +22,14 @@ Build time environment variables that may set to vary features are as follows. For performance reasons, this Slackbuild sets GTK2 to be used at runtime. Alternatives (gen, gtk3, kde4) may still be used by setting SAL_USE_VCLPLUGIN in the user environment. + +Spell checking of documents at runtime requires installation of a suitable +wordlist for the language concerned. This can be achieved in either of two +ways: +1. Build & install hunspell-en (or hunspell-es, hunspell.pl) from SBo +2. Search for the desired language distionary at: + http://extensions.libreoffice.org/extension-center?getCategories=Dictionary +and download the relevant file e.g. dict-en.oxt. Now open LO's extension +manager and press the "Add..." button which will open a file browser with which +to locate and open the downloaded .oxt file. The new distionary will now appear +in the Extension Manager. |