Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
add libzstd-dev for llvm@15:
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-kan authored Nov 21, 2023
1 parent 4958b66 commit 45ca7db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN <<EOF
apt-get update -y
apt-get upgrade -y
apt-get install -y --no-install-recommends \
clang llvm-dev zlib1g-dev libzstd1 \
clang llvm-dev zlib1g-dev libzstd-dev \
lld flex bison cmake python3 ninja-build git
apt-get autoremove -y
apt-get clean -y
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ SYsU 是一个教学语言,应用于中山大学(**S**un **Y**at-**s**en **U

```bash
# 安装依赖
sudo apt-get install -y --no-install-recommends \
clang llvm-dev zlib1g-dev lld flex bison \
cmake python3 ninja-build git
apt-get install -y --no-install-recommends \
clang llvm-dev zlib1g-dev libzstd-dev \
lld flex bison cmake python3 ninja-build git

git clone \
-c feature.manyFiles=true \
Expand Down

0 comments on commit 45ca7db

Please sign in to comment.