-
このページへいく。http://clisp.cons.org/
-右側に「GET CLISP」という欄があるのでそこの中のftp://ftp.gnu.org/pub/gnu/clisp/をクリックする。 - releaseフォルダに入る latestフォルダに入る
-
適当なファイルをwgetする
sudo su cd /usr/local/src wget http://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-2.4.tar.gz cd clisp-2.42 ./configure build-with-gcc cd build-with-gcc ./makemake > Makefile make config.lisp make make install
-
起動
$ clisp
-
終了
> (quit)
l