なんだこれは

はてなダイアリーから移転しました。

Kahua 1

Kahua のインストールめも

vagrant

mkdir somewhere
cd somewhere
vagrant init ubuntu/xenial64
vagrant up
vagrant ssh

xenial64

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install gauche gauche-gdbm gauche-dev gauche-doc

xenial64 の Vagrant imageにバグがあるので、
/etc/hosts に次の行を追加しなければならない

127.0.1.1 ubuntu-xenial
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1561250

あとでコマンドに変更しなければならない。

kahua

sudo apt-get install build-essential
git clone https://github.com/kahua/Kahua.git
cd Kahua

configure がないので、./DIST gen を実行したら、

./DIST: 1: ./DIST: gauche-config: not found
autoconf: error: option `-I' requires an argument
Try `autoconf --help' for more information.
./DIST: 1: ./DIST: gauche-config: not found
autoconf: error: option `-I' requires an argument
Try `autoconf --help' for more information.

といわれる。

automake
autoconfいれて、
texinfo いれる