たてたてよこよこまるかいてちょん

組み込み関連の情報を共有するためのブログです

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 いれる

記事のLicense このブログの記事は特に断りのない限り、引用部分を除いて、以下の CC-BY 4.0でライセンスします。 https://creativecommons.org/licenses/by/4.0/deed.ja ただし、ブログ内にあるコードは、特に断りのない限り、CC-BY 4.0またはMITLicense で利用できるものとします。