Add PyEnchant support to OSX builds

This commit is contained in:
Paweł Świątkowski 2017-11-13 10:47:19 +01:00
parent c4f8d0da60
commit 9039fa0220

View file

@ -1,9 +1,9 @@
#!/bin/bash #!/bin/bash
set -ev set -ev
brew update brew update
brew install python3 # enchant brew install python3 enchant
sudo pip3 install --upgrade pip setuptools wheel sudo pip3 install --upgrade pip setuptools wheel
pip3 install pyinstaller PyQt5 lxml # pyenchant pip3 install pyinstaller PyQt5 lxml pyenchant
# brew install qt hunspell brew install qt hunspell
# fooling PyEnchant as described in the wiki: https://github.com/olivierkes/manuskript/wiki/Package-manuskript-for-OS-X # fooling PyEnchant as described in the wiki: https://github.com/olivierkes/manuskript/wiki/Package-manuskript-for-OS-X
# sudo touch /usr/local/share/aspell sudo touch /usr/local/share/aspell