Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add thirdparty.tar.gz suffix #56

Merged
merged 1 commit into from
Aug 30, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/admin_guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker 镜像的使用方式参见本文最后一节。

### 2.1 编译第三方依赖库

为防止从官网下载第三方库失败,我们提前打包了palo所需的第三方库,下载地址如下: [palo-thirdparty](http://palo-opensource.gz.bcebos.com/palo-thirdparty.tar.gz?authorization=bce-auth-v1%2F069fc2786e464e63a5f1183824ddb522%2F2017-08-11T13%3A18%3A14Z%2F-1%2Fhost%2Fec3d7693a3ab4fe76fb23f8e77dff40624bde867cab75d3842e719816cbd1d2b)。下载解压完成之后,需将palo-thirdparty目录下的全部文件拷贝到thirdparty/src目录下。
为防止从官网下载第三方库失败,我们提前打包了palo所需的第三方库,下载地址如下: [palo-thirdparty.tar.gz](http://palo-opensource.gz.bcebos.com/palo-thirdparty.tar.gz?authorization=bce-auth-v1%2F069fc2786e464e63a5f1183824ddb522%2F2017-08-11T13%3A18%3A14Z%2F-1%2Fhost%2Fec3d7693a3ab4fe76fb23f8e77dff40624bde867cab75d3842e719816cbd1d2b)。下载解压完成之后,需将palo-thirdparty目录下的全部文件拷贝到thirdparty/src目录下。

运行`sh thirdparty/build-thirdparty.sh`编译第三方库。

Expand Down