From: tomo Date: Sat, 18 Feb 2012 11:15:11 +0000 (+0000) Subject: New file. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1b10aa3a3712c43c8f32feb364b0951aeaab6238;p=chise%2Fchise-base.git New file. --- 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