提交 a2173bc9 编写于 作者: X Xin Zhang

Update README.md

上级 e7d08b3d
...@@ -107,6 +107,9 @@ throughout the codebase, but a few larger additions worth noting: ...@@ -107,6 +107,9 @@ throughout the codebase, but a few larger additions worth noting:
## Build GPDB with Planner ## Build GPDB with Planner
``` ```
# Clean environment
make distclean
# Configure build environment to install at /usr/local/gpdb # Configure build environment to install at /usr/local/gpdb
./configure --prefix=/usr/local/gpdb ./configure --prefix=/usr/local/gpdb
...@@ -127,6 +130,9 @@ source gpdemo-env.sh ...@@ -127,6 +130,9 @@ source gpdemo-env.sh
## Build GPDB with GPORCA ## Build GPDB with GPORCA
``` ```
# Clean environment
make distclean
# Configure build environment to install at /usr/local/gpdb # Configure build environment to install at /usr/local/gpdb
./configure --enable-orca --with-perl --with-python --with-libxml --prefix=/usr/local/gpdb ./configure --enable-orca --with-perl --with-python --with-libxml --prefix=/usr/local/gpdb
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册