Created
August 24, 2012 10:14
-
-
Save iizukak/3448770 to your computer and use it in GitHub Desktop.
Readline module for Gauche インストールログ ref: http://qiita.com/items/46d2fd0679da9dca296b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment