Add instructions to install lz4 and zstd packages (#4606)

pull/4611/head^2
Hanefi Onaldi 2021-02-02 11:46:35 +03:00 committed by GitHub
parent 03d2b614e2
commit e38c6ebb39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -48,10 +48,10 @@ why we ask this as well as instructions for how to proceed, see the
sudo apt-get update sudo apt-get update
sudo apt-get install -y postgresql-server-dev-11 postgresql-11 \ sudo apt-get install -y postgresql-server-dev-11 postgresql-11 \
libreadline-dev libselinux1-dev libxslt-dev \ autoconf flex git libcurl4-gnutls-dev libicu-dev \
libpam0g-dev git flex make libssl-dev \ libkrb5-dev liblz4-dev libpam0g-dev libreadline-dev \
libicu-dev uuid-dev \ libselinux1-dev libssl-dev libxslt-dev libzstd-dev \
libkrb5-dev libcurl4-gnutls-dev autoconf make uuid-dev
``` ```
2. Get, build, and test the code 2. Get, build, and test the code
@ -95,9 +95,9 @@ why we ask this as well as instructions for how to proceed, see the
sudo yum update -y sudo yum update -y
sudo yum groupinstall -y 'Development Tools' sudo yum groupinstall -y 'Development Tools'
sudo yum install -y postgresql11-devel postgresql11-server \ sudo yum install -y postgresql11-devel postgresql11-server \
libxml2-devel libxslt-devel openssl-devel \ git libcurl-devel libxml2-devel libxslt-devel \
pam-devel readline-devel git libcurl-devel \ libzstd-devel llvm-toolset-7-clang llvm5.0 lz4-devel \
llvm5.0 llvm-toolset-7-clang openssl-devel pam-devel readline-devel
git clone https://github.com/citusdata/citus.git git clone https://github.com/citusdata/citus.git
cd citus cd citus