mac相关软件的安装方法
Updated:
mac中一些插件的安装方法
tesseract
Tesseract是一个开源的ORC引擎,开源协议Apache 2.0 license。它可以直接使用,并支持多种语言通过API调用。
安装方法
最简单的方法是使用
MacPorts
进行安装。一旦你安装了MacPorts
,便可以使用下面的命令安装。sudo port install tesseract
sudo port install tesseract-<language>
支持的language可以点击查看
python-PIL
PIL (Python Imaging Library)是 Python 中最常用的图像处理库
安装方法:sudo port install py-pil
MacPorts
MacPorts,是一个软件包管理系统,用来简化Mac OS X操作系统上软件的安装。
MacPorts
就像apt-get
、yum
一样,可以快速的安装软件。MacPorts使用方法
MacPorts
中第三方软件下载包存放的默认路径是:/opt/local/
- 使用
Mac Port
前应该首先更新Port
的indexpython 输入: $ sudo port -v selfupdate
- 查看Mac Port中当前可用的软件包及其版本 输入:
port list
- 查看有更新的软件以及版本 输入:
port outdated
- 升级可以更新的软件 输入: $
sudo port upgrade outdated
- 在Mac Port搜索需要安装的软件包 输入: $
port search maven
卸载MacPorts
原版使用MacPorts安装过的软件在/opt/local目录下,删除之前最好查看下,心里有个数sudo port -f uninstall installed
sudo rm -rf
[/加下面的每条]/opt/local
/Applications/DarwinPorts
/Applications/MacPorts
/Library/LaunchDaemons/org.macports.*
/Library/Receipts/DarwinPorts*.pkg
/Library/Receipts/MacPorts*.pkg
/Library/StartupItems/DarwinPortsStartup
/Library/Tcl/darwinports1.0
/Library/Tcl/macports1.0
~/.macports
有志者事竟成