--- /dev/null
+#!/bin/sh
+
+brew update
+brew upgrade
+
+brew -v install libtiff
+brew -v install openjpeg
+brew -v install berkeley-db
+brew -v install xaw3d
+brew -v install gettext
+
+(cd `brew --prefix` ; git pull https://github.com/chise/homebrew/)
+
+brew -v install canna
+
+brew -v install wget
+
+./configure \
+ --with-site-includes=/usr/X11/include \
+ --with-site-libraries=/usr/X11/lib \
+ --with-canna
+
+ulimit -n 2048
+
+make -e SUDO=sudo install-base
+
+cd chise-fonts-installer/TrueType && make build-arphic \
+ && sudo make install-arphic
+
+cd Hanazono/ && sudo make install-mac