From 18e886592137f38fedeb1424f6c18869ff7c7ae9 Mon Sep 17 00:00:00 2001 From: Haisheng Yuan Date: Wed, 9 Mar 2016 18:30:42 -0800 Subject: [PATCH] Update README.md to clarify the Perl and Python modules Update to avoid misunderstanding. `--with-perl` means building Perl modules (PL/Perl) instead of perl runtime, `--with-python` means building Python modules (PL/Python) instead of python runtime. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85bc0860b6..f149ccb307 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 ``` -- GitLab