未验证 提交 9e91860a 编写于 作者: Q quicksilver 提交者: GitHub

Fix install dependencies scripts file bug (#5511)

Signed-off-by: Nquicksilver <zhifeng.zhang@zilliz.com>
上级 e412cb14
#!/usr/bin/env bash
if [[ ! -x "$(command -v apt)" ]]; then
if [[ -x "$(command -v apt)" ]]; then
sudo apt install -y g++ gcc make libssl-dev zlib1g-dev libboost-regex-dev \
libboost-program-options-dev libboost-system-dev libboost-filesystem-dev \
libboost-serialization-dev python3-dev libboost-python-dev libcurl4-openssl-dev gfortran libtbb-dev
elif [[ ! -x "$(command -v yum)" ]]; then
elif [[ -x "$(command -v yum)" ]]; then
sudo yum install -y epel-release centos-release-scl-rh \
&& sudo yum install -y make automake openssl-devel zlib-devel tbb-devel \
libcurl-devel python3-devel boost-devel boost-python \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册