From 1b10aa3a3712c43c8f32feb364b0951aeaab6238 Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 18 Feb 2012 11:15:11 +0000 Subject: [PATCH] New file. --- bootstrap.homebrew | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 bootstrap.homebrew diff --git a/bootstrap.homebrew b/bootstrap.homebrew new file mode 100755 index 0000000..de74df8 --- /dev/null +++ b/bootstrap.homebrew @@ -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 -- 1.7.10.4