1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Readline module for Gauche インストールログ

1
Posted at

Gaucheの対話型インタプリタが貧弱で弱っていたのだが、Readline Moduleを入れれば良くなるよと教えてもらったので入れてみたログ。

gauche-readline-install-log.dat
$ wget http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/Gauche-readline-20100625.tar.gz
$ tar xzf Gauche-readline-20100625.tar.gz
$ cd Gauche-readline-20100625
$ ./configure
$ make
$ make check
$ sudo make install
$ gosh-rl 
WARNING: Quote character setting is not supported by the library.
gosh> 

最新版は筑波大学の横田さんのページからダウンロードすることができる。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?