File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,19 +9,19 @@ if [ $(grep RELEASE /etc/lsb-release) == "DISTRIB_RELEASE=18.04" ]; then
9
9
git ninja-build clang-10 python python-six \
10
10
uuid-dev libicu-dev icu-devtools libbsd-dev \
11
11
libedit-dev libxml2-dev libsqlite3-dev swig \
12
- libpython-dev libncurses5-dev pkg-config \
12
+ libpython-dev libncurses5 libncurses5 -dev pkg-config \
13
13
libblocksruntime-dev libcurl4-openssl-dev \
14
- systemtap-sdt-dev tzdata rsync wget llvm-10 zip unzip
14
+ make systemtap-sdt-dev tzdata rsync wget llvm-10 zip unzip
15
15
sudo ln -s -f /usr/bin/clang-10 /usr/bin/clang
16
16
sudo ln -s -f /usr/bin/clang++-10 /usr/bin/clang++
17
17
elif [ $( grep RELEASE /etc/lsb-release) == " DISTRIB_RELEASE=20.04" ]; then
18
18
sudo apt install -y \
19
19
git ninja-build clang python python-six \
20
20
uuid-dev libicu-dev icu-devtools libbsd-dev \
21
21
libedit-dev libxml2-dev libsqlite3-dev swig \
22
- libpython2-dev libncurses5-dev pkg-config \
22
+ libpython2-dev libncurses5 libncurses5 -dev pkg-config \
23
23
libblocksruntime-dev libcurl4-openssl-dev \
24
- systemtap-sdt-dev tzdata rsync wget llvm zip unzip
24
+ make systemtap-sdt-dev tzdata rsync wget llvm zip unzip
25
25
else
26
26
echo " Unknown Ubuntu version"
27
27
exit 1
You can’t perform that action at this time.
0 commit comments