Add gperf to build requirements (for upcoming pull request #5030 )

This commit is contained in:
proller 2019-04-25 17:31:08 +03:00
parent 33922685d5
commit fd63093032
5 changed files with 5 additions and 1 deletions

1
debian/control vendored
View File

@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9),
libc6-dev,
libicu-dev,
libreadline-dev,
gperf,
tzdata
Standards-Version: 3.9.8

View File

@ -14,6 +14,7 @@ RUN apt-get update -y \
libicu-dev \
liblld-6.0-dev \
libreadline-dev \
gperf \
ninja-build \
perl \
pkg-config \

View File

@ -32,6 +32,7 @@ RUN apt-get update -y \
libicu-dev \
libreadline-dev \
ninja-build \
gperf \
git \
tzdata

View File

@ -32,6 +32,7 @@ RUN apt-get --allow-unauthenticated update -y \
liblld-8-dev \
libicu-dev \
libreadline-dev \
gperf \
ninja-build \
perl \
pkg-config \

View File

@ -6,7 +6,7 @@
# curl https://raw.githubusercontent.com/yandex/ClickHouse/master/utils/build/build_debian.sh | sh
# install compiler and libs
sudo apt install -y git bash cmake ninja-build gcc-7 g++-7 libicu-dev libreadline-dev
sudo apt install -y git bash cmake ninja-build gcc-7 g++-7 libicu-dev libreadline-dev gperf
# for -DUNBUNDLED=1 mode:
#sudo apt install -y libboost-program-options-dev libboost-system-dev libboost-filesystem-dev libboost-thread-dev zlib1g-dev liblz4-dev libdouble-conversion-dev libzstd-dev libre2-dev libsparsehash-dev librdkafka-dev libcapnp-dev libpoco-dev libsparsehash-dev libgoogle-perftools-dev libunwind-dev googletest libcctz-dev