mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add gperf to build requirements (for upcoming pull request #5030 )
This commit is contained in:
parent
33922685d5
commit
fd63093032
1
debian/control
vendored
1
debian/control
vendored
@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9),
|
||||
libc6-dev,
|
||||
libicu-dev,
|
||||
libreadline-dev,
|
||||
gperf,
|
||||
tzdata
|
||||
Standards-Version: 3.9.8
|
||||
|
||||
|
@ -14,6 +14,7 @@ RUN apt-get update -y \
|
||||
libicu-dev \
|
||||
liblld-6.0-dev \
|
||||
libreadline-dev \
|
||||
gperf \
|
||||
ninja-build \
|
||||
perl \
|
||||
pkg-config \
|
||||
|
@ -32,6 +32,7 @@ RUN apt-get update -y \
|
||||
libicu-dev \
|
||||
libreadline-dev \
|
||||
ninja-build \
|
||||
gperf \
|
||||
git \
|
||||
tzdata
|
||||
|
||||
|
@ -32,6 +32,7 @@ RUN apt-get --allow-unauthenticated update -y \
|
||||
liblld-8-dev \
|
||||
libicu-dev \
|
||||
libreadline-dev \
|
||||
gperf \
|
||||
ninja-build \
|
||||
perl \
|
||||
pkg-config \
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user