Removed glib from build instructions [#CLICKHOUSE-2].

This commit is contained in:
Alexey Milovidov 2017-01-21 05:35:10 +03:00
parent e4ff740ef1
commit 60a14f5bc4
4 changed files with 4 additions and 4 deletions

View File

@ -68,7 +68,7 @@ export CXX=g++-6
## Install required libraries from packages
```
sudo apt-get install libicu-dev libglib2.0-dev libreadline-dev libmysqlclient-dev libssl-dev unixodbc-dev
sudo apt-get install libicu-dev libreadline-dev libmysqlclient-dev libssl-dev unixodbc-dev
```
# Checkout ClickHouse sources

View File

@ -6,7 +6,7 @@
# curl https://raw.githubusercontent.com/yandex/ClickHouse/master/doc/build_debian.sh | sh
# install compiler and libs
sudo apt install -y git bash cmake gcc-6 g++-6 libicu-dev libreadline-dev libmysqlclient-dev unixodbc-dev libglib2.0-dev libltdl-dev libssl-dev
sudo apt install -y git bash cmake gcc-6 g++-6 libicu-dev libreadline-dev libmysqlclient-dev unixodbc-dev libltdl-dev libssl-dev
# install testing only stuff if you want:
sudo apt install -y python python-lxml python-termcolor curl perl

View File

@ -7,7 +7,7 @@
# curl https://raw.githubusercontent.com/yandex/ClickHouse/master/doc/build_freebsd.sh | sh
# install compiler and libs
sudo pkg install git cmake bash glib mysql57-client icu libltdl unixODBC google-perftools
sudo pkg install git cmake bash mysql57-client icu libltdl unixODBC google-perftools
# install testing only stuff if you want:
sudo pkg install python py27-lxml py27-termcolor curl perl5

View File

@ -24,7 +24,7 @@ brew install boost --cc=gcc-6
## Install required libraries
```
brew install icu4c mysql openssl unixodbc glib libtool gettext homebrew/dupes/libiconv homebrew/dupes/zlib
brew install icu4c mysql openssl unixodbc libtool gettext homebrew/dupes/libiconv homebrew/dupes/zlib
```
## Install optional libraries