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
|
||||
# Exit on error
|
||||
set -e
|
||||
sudo apt update
|
||||
sudo apt install -y libzstd-dev
|
||||
# Download SBCL source
|
||||
# wget http://prdownloads.sourceforge.net/sbcl/sbcl-2.3.10-source.tar.bz2
|
||||
# Extract it
|
||||
|
|
Loading…
Add table
Reference in a new issue