Install Chez scheme 9.5.3 on Linux

Install Chez scheme 9.5.3 on Linux

Now I am on a 64-bit CentOS.
(If git clone slow, you may need to modify /etc/hosts)
If it is slow still, use https://gitee.com/mirrors/chez-scheme.git instead

git clone --depth 1 https://github.com/cisco/ChezScheme.git
./configure
./configure --help

make clean
make distclean
./configure -m=ta6le ## read --help and guess which one to pick
make ##X make test
make install

find / -maxdepth 5 -name scheme  
ln -s `which scheme` /usr/bin/chez ## scheme-script .boot ...
ln -s `which scheme-script` /usr/bin/chez-script
cd /usr/lib/csv9.5.3/a6le/
ln -s scheme.boot chez.boot
ln -s scheme-script.boot chez-script.boot
chez --version ## 9.5.3
chez-script --version
chez ## ctrl+D

Ok and end! 😃

posted @ 2019-12-04 14:52  Faiz-Lisp  阅读(480)  评论(0)    收藏  举报