Skip to content

Commit 47abdf7

Browse files
amielczaigcbot
authored andcommitted
Add zstd to build scripts
Add zstd to build scripts
1 parent 87ed86b commit 47abdf7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

documentation/build_ubuntu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ SPDX-License-Identifier: MIT
1010

1111
### 1. Prepare workspace
1212

13-
Building IGC needs flex, bison, libz and cmake version at least 3.13.4. You can install required packages on Ubuntu using this command:
13+
Building IGC needs flex, bison, libz, libzstd-dev and cmake version at least 3.13.4. You can install required packages on Ubuntu using this command:
1414

1515
```shell
16-
sudo apt-get install flex bison libz-dev cmake libc6 libstdc++6 python3-pip
16+
sudo apt-get install flex bison libz-dev cmake libc6 libstdc++6 libzstd-dev python3-pip
1717
sudo python3 -m pip install mako
1818
```
1919

scripts/buildIGC.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ else
4949
fi
5050

5151
apt-get update
52-
apt-get install -y flex bison libz-dev cmake curl wget build-essential git software-properties-common unzip file lsb-release python3-mako libc6 libstdc++6
52+
apt-get install -y flex bison libz-dev cmake curl wget build-essential git software-properties-common unzip file lsb-release python3-mako libc6 libstdc++6 libzstd-dev
5353
echo "[Build Status] flex bison libz-dev cmake curl wget build-essential git software-properties-common unzip file INSTALLED"
5454

5555
if [ "$UBUNTU_VERSION" = "20.04" ]; then

0 commit comments

Comments
 (0)