This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 6a13135 [Thirdparty] Fix thirdparty build failed (#5754)
6a13135 is described below
commit 6a1313594cfd93beac2b114d1cbb9b5c0359baf5
Author: caiconghui <[email protected]>
AuthorDate: Wed May 5 10:20:25 2021 +0800
[Thirdparty] Fix thirdparty build failed (#5754)
---
docs/en/installing/compilation.md | 2 +-
docs/zh-CN/installing/compilation.md | 2 +-
thirdparty/build-thirdparty.sh | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/en/installing/compilation.md
b/docs/en/installing/compilation.md
index 1018c18..927fb31 100644
--- a/docs/en/installing/compilation.md
+++ b/docs/en/installing/compilation.md
@@ -102,7 +102,7 @@ You can try to compile Doris directly in your own Linux
environment.
If you are using Ubuntu 16.04 or newer, you can use the following
command to install the dependencies
- `sudo apt-get install build-essential openjdk-8-jdk maven cmake byacc
flex automake libtool-bin bison binutils-dev libiberty-dev zip unzip
libncurses5-dev curl git ninja-build python`
+ `sudo apt-get install build-essential openjdk-8-jdk maven cmake byacc
flex automake libtool-bin bison binutils-dev libiberty-dev zip unzip
libncurses5-dev curl git ninja-build python autopoint pkg-config`
If you are using CentOS you can use the following command to install
the dependencies
diff --git a/docs/zh-CN/installing/compilation.md
b/docs/zh-CN/installing/compilation.md
index 075d470..c54c3b2 100644
--- a/docs/zh-CN/installing/compilation.md
+++ b/docs/zh-CN/installing/compilation.md
@@ -103,7 +103,7 @@ under the License.
如果使用Ubuntu 16.04 及以上系统 可以执行以下命令来安装依赖
- `sudo apt-get install build-essential openjdk-8-jdk maven cmake byacc
flex automake libtool-bin bison binutils-dev libiberty-dev zip unzip
libncurses5-dev curl git ninja-build python`
+ `sudo apt-get install build-essential openjdk-8-jdk maven cmake byacc
flex automake libtool-bin bison binutils-dev libiberty-dev zip unzip
libncurses5-dev curl git ninja-build python autopoint pkg-config`
如果是CentOS 可以执行以下命令
diff --git a/thirdparty/build-thirdparty.sh b/thirdparty/build-thirdparty.sh
index bbe6e13..3e540c4 100755
--- a/thirdparty/build-thirdparty.sh
+++ b/thirdparty/build-thirdparty.sh
@@ -678,7 +678,7 @@ build_fmt() {
cd $TP_SOURCE_DIR/$FMT_SOURCE
mkdir -p $BUILD_DIR && cd $BUILD_DIR
rm -rf CMakeCache.txt CMakeFiles/
- $CMAKE_CMD -G "${GENERATOR}" -v -DBUILD_SHARED_LIBS=FALSE -DFMT_TEST=OFF
-DFMT_DOC=OFF -DCMAKE_INSTALL_PREFIX=$TP_INSTALL_DIR ..
+ $CMAKE_CMD -G "${GENERATOR}" -DBUILD_SHARED_LIBS=FALSE -DFMT_TEST=OFF
-DFMT_DOC=OFF -DCMAKE_INSTALL_PREFIX=$TP_INSTALL_DIR ..
${BUILD_SYSTEM} -j$PARALLEL && ${BUILD_SYSTEM} install
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]