<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Do you have a basic working installation of cocoAspell?
<div class="">I've found that I had to reinstall it from scratch in BigSur, using the original installer, which still works.</div>
<div class="">In order to add more languages beyond English, you download them from <a href="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" class="">ftp://ftp.gnu.org/gnu/aspell/dict/0index.html</a>. Unpack the downloaded dictionaries, open a terminal,
<font face="SFMono-Regular" class=""><span style="font-style: normal; font-size: 14px;" class="">cd</span></font> into the directory of the unpacked files, and than compile as follows (you need XCode with the command line tools installed):</div>
<div class=""><font face="SFMono-Regular" class=""><span style="font-style: normal; font-size: 14px;" class="">./configure</span></font></div>
<div class=""><font face="SFMono-Regular" class=""><span style="font-style: normal; font-size: 14px;" class="">make</span></font></div>
<div class="">After that, move the compiled files (i.e., the <font face="SFMono-Regular" class="">
<span style="font-style: normal; font-size: 14px;" class="">.dat .cwl .multi .rws .alias</span></font> files) to one of the following directory (the one created by cocoAspell), so that Aspell can find them:</div>
<div class=""><span style="font-size: 14px; font-family: SFMono-Regular;" class="">/Library/Application Support/cocoAspell/aspell6-en-6.0-0</span></div>
<div class="">
<div class=""><br class="">
</div>
</div>
<div class="">cheers</div>
<div class="">--e.</div>
</body>
</html>