No need to download sbcl sources
This commit is contained in:
parent
a6a1b734e0
commit
de43be195c
1 changed files with 4 additions and 8 deletions
|
@ -438,21 +438,17 @@ write_files:
|
|||
# Exit on error
|
||||
set -e
|
||||
# Download SBCL source
|
||||
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
|
||||
tar -xjf sbcl-2.3.10-source.tar.bz2
|
||||
# tar -xjf sbcl-2.3.10-source.tar.bz2
|
||||
# Change into the directory
|
||||
cd sbcl-2.3.10
|
||||
cd sbcl
|
||||
# Compile and install
|
||||
sh make.sh --fancy
|
||||
sudo sh install.sh
|
||||
# Remove ubuntu specific sbcl
|
||||
sudo apt remove sbcl -y
|
||||
# Remove source packages
|
||||
cd ~/
|
||||
rm sbcl-2.3.10-source.tar.bz2 && rm -rf sbcl-2.3.10
|
||||
# Check version
|
||||
sbcl --version
|
||||
cd ~/ && sbcl --version
|
||||
|
||||
- path: /home/cl/02_setup_quicklisp.sh
|
||||
owner: 'cl:cl'
|
||||
|
|
Loading…
Add table
Reference in a new issue