Nextjournal / Jul 05 2019
Scheme Environment
apt-get -qq update apt-get install --no-install-recommends \ build-essential gfortran cmake automake libtool pkg-config \ libltdl-dev libncurses-dev
tar -zxfmit-scheme-10.1.9-x86-64.tar.gzcd mit-scheme-$SCHEME_VERSION/src ./configure --prefix=/usr make make install # doc installs? #cd ../doc #./configure #make install-html cd / rm -rf mit-scheme-$SCHEME_VERSION
scheme --version