提交 18e88659 编写于 作者: H Haisheng Yuan

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.
上级 089c7c0a
...@@ -138,9 +138,9 @@ Only need to change the `configure` with additional option `--enable-orca`. ...@@ -138,9 +138,9 @@ Only need to change the `configure` with additional option `--enable-orca`.
``` ```
# Configure build environment to install at /usr/local/gpdb # Configure build environment to install at /usr/local/gpdb
# Enable GPORCA # Enable GPORCA
# Build with perl # Build with perl module (PL/Perl)
# Build with python # Build with python module (PL/Python)
# Build with libxml # Build with XML support
./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.
先完成此消息的编辑!
想要评论请 注册