diff --git a/README.md b/README.md index 85bc0860b6d61238fbf7b1d75b8924f8188d51ea..f149ccb30738d034076f3309ee4727d038a8d513 100644 --- a/README.md +++ b/README.md @@ -138,9 +138,9 @@ Only need to change the `configure` with additional option `--enable-orca`. ``` # Configure build environment to install at /usr/local/gpdb # Enable GPORCA -# Build with perl -# Build with python -# Build with libxml +# Build with perl module (PL/Perl) +# Build with python module (PL/Python) +# Build with XML support ./configure --enable-orca --with-perl --with-python --with-libxml --prefix=/usr/local/gpdb ```