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
|
# Exit on error
|
||||||
set -e
|
set -e
|
||||||
# Download SBCL source
|
# 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
|
# Extract it
|
||||||
tar -xjf sbcl-2.3.10-source.tar.bz2
|
# tar -xjf sbcl-2.3.10-source.tar.bz2
|
||||||
# Change into the directory
|
# Change into the directory
|
||||||
cd sbcl-2.3.10
|
cd sbcl
|
||||||
# Compile and install
|
# Compile and install
|
||||||
sh make.sh --fancy
|
sh make.sh --fancy
|
||||||
sudo sh install.sh
|
sudo sh install.sh
|
||||||
# Remove ubuntu specific sbcl
|
# Remove ubuntu specific sbcl
|
||||||
sudo apt remove sbcl -y
|
sudo apt remove sbcl -y
|
||||||
# Remove source packages
|
cd ~/ && sbcl --version
|
||||||
cd ~/
|
|
||||||
rm sbcl-2.3.10-source.tar.bz2 && rm -rf sbcl-2.3.10
|
|
||||||
# Check version
|
|
||||||
sbcl --version
|
|
||||||
|
|
||||||
- path: /home/cl/02_setup_quicklisp.sh
|
- path: /home/cl/02_setup_quicklisp.sh
|
||||||
owner: 'cl:cl'
|
owner: 'cl:cl'
|
||||||
|
|
Loading…
Add table
Reference in a new issue