New file.
authortomo <tomo>
Sat, 18 Feb 2012 11:15:11 +0000 (11:15 +0000)
committertomo <tomo>
Sat, 18 Feb 2012 11:15:11 +0000 (11:15 +0000)
bootstrap.homebrew [new file with mode: 0755]

diff --git a/bootstrap.homebrew b/bootstrap.homebrew
new file mode 100755 (executable)
index 0000000..de74df8
--- /dev/null
@@ -0,0 +1,30 @@
+#!/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