提交 239d5672 编写于 作者: T Todd Sedano 提交者: Todd Sedano

Updates readme to return PWD to where the user started

上级 e4f357f5
......@@ -50,9 +50,10 @@ building, see the README at the following repositories:
```
git clone https://github.com/greenplum-db/gp-xerces
mkdir gp-xerces/build
cd gp-xerces/build
pushd gp-xerces/build
../configure
make install
popd
```
1. ORCA requires [CMake](https://cmake.org) and
......@@ -64,9 +65,10 @@ building, see the README at the following repositories:
```
git clone https://github.com/greenplum-db/gporca
mkdir gporca/build
cd gporca/build
pushd gporca/build
cmake -GNinja ..
ninja install
popd
```
**Note**: Get the latest ORCA `git pull --ff-only` if you see an error message like below:
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册