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

fix #10. modify thirdparty/build-thirdparty.sh to fix compilation bug of thrif… #12

Merged
merged 1 commit into from
Aug 16, 2017
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/admin_guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Palo 当前只能运行在 Linux 系统上,无论是编译还是部署,都
## 2. 编译

默认提供了 Ubuntu 16.04, Centos 7.1 环境的预编译版本,可以直接下载使用。
下载链接:
[palo-0.8.0_centos7.1](http://palo-opensource.gz.bcebos.com/palo-0.8.0_centos7.1_gcc485.tar.gz?authorization=bce-auth-v1%2F069fc2786e464e63a5f1183824ddb522%2F2017-08-11T11%3A51%3A19Z%2F-1%2Fhost%2Fefac3d8c53b4506e196121e4ed3f39edbd7e9bb452d39153da7e76316ad53b5b), [palo-0.8.0_ubuntu16.04](http://palo-opensource.gz.bcebos.com/palo-0.8.0_ubuntu16.04_gcc540.tar.gz?authorization=bce-auth-v1%2F069fc2786e464e63a5f1183824ddb522%2F2017-08-11T12%3A18%3A14Z%2F-1%2Fhost%2F2200814cc11ce5d2c2f93846a0ebb633352b79245f85e071b9b3cf12bfa40ebf)
下载链接(20170816 update)
[palo-0.8.0_centos7.1](http://palo-opensource.gz.bcebos.com/palo-0.8.0_20170816_centos7.1_gcc485.tar.gz?authorization=bce-auth-v1%2F069fc2786e464e63a5f1183824ddb522%2F2017-08-16T01%3A27%3A35Z%2F-1%2Fhost%2Ff0ab7d119179f05f1c4c98a184430f4cb2e8b2d2d8e7ea681e815d6a0710781c), [palo-0.8.0_ubuntu16.04](http://palo-opensource.gz.bcebos.com/palo-0.8.0_20170816_ubuntu16.04_gcc540.tar.gz?authorization=bce-auth-v1%2F069fc2786e464e63a5f1183824ddb522%2F2017-08-16T01%3A27%3A47Z%2F-1%2Fhost%2F51bcab1d7a42cbdf3e4df502dada838919bdc7ef6afa7397928425ddc9a724d8)

如果预编译版本有问题,或者是其它系统,建议按照下面步骤进行源码编译。

Expand Down
1 change: 1 addition & 0 deletions thirdparty/build-thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ fi

mkdir -p $TP_DIR/src
mkdir -p $TP_DIR/installed
export LD_LIBRARY_PATH=$TP_DIR/installed/lib

# Download thirdparties.
# If you already run *download-thirdparty.sh*, this is a double check
Expand Down