update.
[chise/chise-base.git] / bootstrap.homebrew
1 #!/bin/sh
2
3 brew update
4 brew upgrade
5
6 brew -v install libtiff
7 brew -v install openjpeg
8 brew -v install berkeley-db
9 brew -v install xaw3d
10 brew -v install gettext
11
12 (cd `brew --prefix` ; git pull https://github.com/chise/homebrew/)
13
14 brew -v install canna
15
16 brew -v install wget
17
18 ./configure \
19     --with-site-includes=/usr/X11/include \
20     --with-site-libraries=/usr/X11/lib \
21     --with-canna
22
23 ulimit -n 2048
24
25 make install-base
26
27 cd chise-fonts-installer/TrueType && make build-arphic \
28     && make install-arphic
29
30 cd Hanazono/ && make install-mac