Changeset e65bf5e


Ignore:
Timestamp:
03/20/2023 01:30:21 PM (13 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
adf287b
Parents:
70d6ea4
Message:

aspell: show how to install the English dictionary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/aspell.xml

    r70d6ea4 re65bf5e  
    77  <!ENTITY aspell-download-http "&gnu-http;/aspell/aspell-&aspell-version;.tar.gz">
    88  <!ENTITY aspell-download-ftp  "&gnu-ftp;/aspell/aspell-&aspell-version;.tar.gz">
     9  <!ENTITY aspell-en-dict       "aspell6-en-2020.12.07-0">
     10  <!ENTITY aspell-en-dict-url   "&gnu-http;/aspell/dict/en/&aspell-en-dict;.tar.bz2">
    911  <!ENTITY aspell-md5sum        "012fa9209203ae4e5a61c2a668fd10e3">
    1012  <!ENTITY aspell-size          "3.3 MB">
     
    7173    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7274    <para>
    73       You'll need to download at least one dictionary. The link below will take
    74       you to a page containing links to dictionaries in many languages.
     75      You'll need to download at least one dictionary. The English dictionary
     76      is given as an example below. Dictionaries in many other languages can be
     77      found at <ulink url="&gnu-http;/aspell/dict"/>.
    7578    </para>
    7679
     
    7881      <listitem>
    7982        <para>
    80           Aspell dictionaries: <ulink url="&gnu-http;/aspell/dict"/>
     83          Aspell English dictionary: <ulink url="&aspell-en-dict-url;"/>
    8184        </para>
    8285      </listitem>
     
    143146    <title>Command Explanations</title>
    144147
    145 <!--    <para>
    146       <command>make -C manual pdf</command>: This command is listed twice as
    147       the first time it runs it will display an error and abort, although it
    148       creates the requested file. Running the command again ensures the other
    149       file is also created.
    150     </para>
    151     -->
    152148    <para>
    153149      <command>ln -svfn aspell-0.60 /usr/lib/aspell</command>: This command is
     
    165161      <para>
    166162        After <application>Aspell</application> is installed, you must set up at
    167         least one dictionary. Install one or more dictionaries by running the
     163        least one dictionary. Install the English dictionary by running the
    168164        following commands:
    169165      </para>
    170166
    171 <screen><userinput>./configure &amp;&amp;
     167<screen><userinput>tar xf ../&aspell-en-dict;.tar.bz2 &amp;&amp;
     168cd &aspell-en-dict;                &amp;&amp;
     169
     170./configure &amp;&amp;
    172171make</userinput></screen>
    173172
     
    177176
    178177<screen role="root"><userinput>make install</userinput></screen>
     178
     179      <para>
     180        Other dictionaries can be installed with the same instructions.
     181      </para>
    179182    </sect3>
    180183  </sect2>
Note: See TracChangeset for help on using the changeset viewer.