Update sbcl to version 2.4.7

This commit is contained in:
Marcus Kammer 2024-08-29 08:15:35 +02:00
parent 3d50bb427f
commit 9c499be3be
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -494,7 +494,7 @@ write_files:
# wget http://prdownloads.sourceforge.net/sbcl/sbcl-2.3.10-source.tar.bz2 # wget http://prdownloads.sourceforge.net/sbcl/sbcl-2.3.10-source.tar.bz2
# Extract it # Extract it
# tar -xjf sbcl-2.3.10-source.tar.bz2 # tar -xjf sbcl-2.3.10-source.tar.bz2
git clone --branch sbcl-2.4.2 git://git.code.sf.net/p/sbcl/sbcl ~/sbcl git clone --branch sbcl-2.4.7 git://git.code.sf.net/p/sbcl/sbcl ~/sbcl
# Change into the directory # Change into the directory
cd sbcl cd sbcl
# Compile and install # Compile and install