Skip to content

Instantly share code, notes, and snippets.

@andreybolonin
Last active June 3, 2017 21:51
Show Gist options
  • Save andreybolonin/9b4715a590ca4b4c04d0559c489aa548 to your computer and use it in GitHub Desktop.
Save andreybolonin/9b4715a590ca4b4c04d0559c489aa548 to your computer and use it in GitHub Desktop.
clickhouse 17.04 build from sources checklist
sudo apt-get install git cmake
sudo apt-get install software-properties-common
sudo apt-add-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-6 g++-6
sudo apt-get install libicu-dev libreadline-dev libmysqlclient-dev libssl-dev unixodbc-dev
git clone -b stable [email protected]:yandex/ClickHouse.git
cd ClickHouse/
sudo apt-get install devscripts dupload fakeroot debhelper
sudo apt-get install clang
sudo apt-get install libglib2.0-dev
sudo ./release --standalone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment