Changeset e65bf5e
- Timestamp:
- 03/20/2023 01:30:21 PM (2 months ago)
- Branches:
- qt5new, trunk
- Children:
- adf287b
- Parents:
- 70d6ea4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/aspell.xml
r70d6ea4 re65bf5e 7 7 <!ENTITY aspell-download-http "&gnu-http;/aspell/aspell-&aspell-version;.tar.gz"> 8 8 <!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"> 9 11 <!ENTITY aspell-md5sum "012fa9209203ae4e5a61c2a668fd10e3"> 10 12 <!ENTITY aspell-size "3.3 MB"> … … 71 73 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 72 74 <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"/>. 75 78 </para> 76 79 … … 78 81 <listitem> 79 82 <para> 80 Aspell dictionaries: <ulink url="&gnu-http;/aspell/dict"/>83 Aspell English dictionary: <ulink url="&aspell-en-dict-url;"/> 81 84 </para> 82 85 </listitem> … … 143 146 <title>Command Explanations</title> 144 147 145 <!-- <para>146 <command>make -C manual pdf</command>: This command is listed twice as147 the first time it runs it will display an error and abort, although it148 creates the requested file. Running the command again ensures the other149 file is also created.150 </para>151 -->152 148 <para> 153 149 <command>ln -svfn aspell-0.60 /usr/lib/aspell</command>: This command is … … 165 161 <para> 166 162 After <application>Aspell</application> is installed, you must set up at 167 least one dictionary. Install one or more dictionariesby running the163 least one dictionary. Install the English dictionary by running the 168 164 following commands: 169 165 </para> 170 166 171 <screen><userinput>./configure && 167 <screen><userinput>tar xf ../&aspell-en-dict;.tar.bz2 && 168 cd &aspell-en-dict; && 169 170 ./configure && 172 171 make</userinput></screen> 173 172 … … 177 176 178 177 <screen role="root"><userinput>make install</userinput></screen> 178 179 <para> 180 Other dictionaries can be installed with the same instructions. 181 </para> 179 182 </sect3> 180 183 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.