Install sbcl deps
This commit is contained in:
parent
a487203e48
commit
b126c1c950
1 changed files with 2 additions and 0 deletions
|
@ -447,6 +447,8 @@ write_files:
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Exit on error
|
# Exit on error
|
||||||
set -e
|
set -e
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install -y libzstd-dev
|
||||||
# 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue