[OS X TeX] New Install of cocoAspell under High Sierra
Franconi Enrico
franconi at inf.unibz.it
Sat Apr 7 17:32:31 CEST 2018
On 6 Apr 2018, 22:48 +0200, Herbert Schulz <herbs at wideopenwest.com>, wrote:
I've now re-written the introduction to the document to be a bit less confusing; the methodology given in sections 2 and 3 remain unchanged.
I found that I need to force few symbolic links to have a non /usr/local installation of aspell working with cocoaspell. I use MacPorts in /opt/local, so my explanation works for that. This is the same hack I had to use in Mavericks, Yosemite, etc:
1. Install aspell and all the necessary dictionaries from MacPorts.
2. Install cocoaspell without aspell and without the dictionaries.
3. Do the following from Terminal (it adds symbolic links):
sudo -s
mkdir -p "/Library/Application Support/cocoAspell"
mkdir -p /usr/local/bin
mkdir -p /usr/local/lib
cd "/Library/Application Support/cocoAspell"
ln -s /opt/local/share/aspell .
cd /usr/local/bin
ln -s /opt/local/bin/aspell .
cd /usr/local/lib
ln -s /opt/local/lib/libaspell.* .
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/macostex-archives/attachments/20180407/100cc239/attachment.html>
-------------- next part --------------
----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: https://sites.esm.psu.edu/~gray/tex/
List Archives: http://dir.gmane.org/gmane.comp.tex.macosx
https://email.esm.psu.edu/pipermail/macosx-tex/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex
More information about the macostex-archives
mailing list