diff --git a/README.md b/README.md index d36b5e7162ee68a3e01f8ebfc099e70391ee6597..bbc2d9517f07c6135cd5437786d428e4f7e8be20 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,9 @@ throughout the codebase, but a few larger additions worth noting: ## Build GPDB with Planner ``` +# Clean environment +make distclean + # Configure build environment to install at /usr/local/gpdb ./configure --prefix=/usr/local/gpdb @@ -127,6 +130,9 @@ source gpdemo-env.sh ## Build GPDB with GPORCA ``` +# Clean environment +make distclean + # Configure build environment to install at /usr/local/gpdb ./configure --enable-orca --with-perl --with-python --with-libxml --prefix=/usr/local/gpdb