[skip ci] Add comment for script installing dependencies (#11834)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/11842/head
edward.zeng 2021-11-15 19:59:36 +08:00 committed by GitHub
parent c4e46ee7d6
commit 2527a74104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -17,10 +17,12 @@
# limitations under the License.
if [[ -x "$(command -v apt)" ]]; then
# for Ubuntu 18.04
sudo apt install -y g++ gcc make ccache 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
# for CentOS 7
sudo yum install -y epel-release centos-release-scl-rh && \
sudo yum install -y git make automake ccache openssl-devel zlib-devel \
libcurl-devel python3-devel \