Updated the SBCL package.
This commit is contained in:
parent
22aad156dd
commit
bac915412c
@ -4,21 +4,22 @@ if [ -x /bin/sbcl ] #Can we skip a bootstrap procedure?
|
|||||||
then lsp=sbcl
|
then lsp=sbcl
|
||||||
elif [ -x /bin/ecl ]
|
elif [ -x /bin/ecl ]
|
||||||
then lsp=ecl
|
then lsp=ecl
|
||||||
else #Guess not.
|
#else #Guess not.
|
||||||
if [ -x /bin/axel ]
|
# if [ -x /bin/axel ]
|
||||||
then axel https://gitlab.com/embeddable-common-lisp/ecl/-/archive/develop/ecl-develop.tar.bz2
|
# then axel https://gitlab.com/embeddable-common-lisp/ecl/-/archive/develop/ecl-develop.tar.bz2
|
||||||
else
|
# else
|
||||||
curl https://gitlab.com/embeddable-common-lisp/ecl/-/archive/develop/ecl-develop.tar.bz2 --output ecl-develop.tar.bz2
|
# curl https://gitlab.com/embeddable-common-lisp/ecl/-/archive/develop/ecl-develop.tar.bz2 --output ecl-develop.tar.bz2
|
||||||
fi
|
# fi
|
||||||
|
#
|
||||||
tar xf ecl-develop.tar.bz2
|
# tar xf ecl-develop.tar.bz2
|
||||||
mkdir tools
|
# mkdir tools
|
||||||
cd ecl-develop
|
# cd ecl-develop
|
||||||
./configure --prefix=../tools/
|
# ./configure --prefix="$PWD/../tools/"
|
||||||
make
|
# make
|
||||||
make install
|
# make install
|
||||||
PATH="../tools/bin/:$PATH"
|
# PATH="$PWD/../tools/bin/:$PATH"
|
||||||
lsp=ecl
|
# lsp=ecl
|
||||||
|
# cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user