Addition to prev. revision

This commit is contained in:
Alexey Milovidov 2019-08-04 22:11:27 +03:00
parent d4002a7188
commit c47816f6ad
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ sudo apt-get install gcc-8 g++-8
### Install from Sources
Look at [ci/build-gcc-from-sources.sh](https://github.com/yandex/ClickHouse/blob/master/ci/build-gcc-from-sources.sh)
Look at [utils/ci/build-gcc-from-sources.sh](https://github.com/yandex/ClickHouse/blob/master/utils/ci/build-gcc-from-sources.sh)
## Use GCC 8 for Builds

View File

@ -56,7 +56,7 @@ sudo apt-get install gcc-7 g++-7
### 源码安装 gcc
请查看 [ci/build-gcc-from-sources.sh](https://github.com/yandex/ClickHouse/blob/master/ci/build-gcc-from-sources.sh)
请查看 [utils/ci/build-gcc-from-sources.sh](https://github.com/yandex/ClickHouse/blob/master/utils/ci/build-gcc-from-sources.sh)
## 使用 GCC 7 来编译