$ tar zxvf mecab-0.98.tar.gz $ cd mecab-0.98 $ ./configure --prefix=/Users/***/App/mecab $ make $ make install
$ tar zxvf mecab-ipadic-2.7.0-20070801.tar.gz $ cd mecab-ipadic-2.7.0-20070801 $ ./configure --with-mecab-config=/Users/***/App/mecab/bin/mecab-config --with-charset=utf8 $ make $ make install
$ printenv PATH
export PATH=/Users/***/App/mecab/bin:${PATH} $ vi .bash_profile
$ source .bash_profile
curl -O http://abc.jp/abc.html
command + shift + 3
command + shift + 4