Last active
June 3, 2017 21:51
-
-
Save andreybolonin/9b4715a590ca4b4c04d0559c489aa548 to your computer and use it in GitHub Desktop.
clickhouse 17.04 build from sources checklist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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