tuhaihe commented on code in PR #1109:
URL: https://github.com/apache/cloudberry/pull/1109#discussion_r2099171902


##########
contrib/pax_storage/doc/README.md:
##########
@@ -21,7 +21,25 @@ PAX has the following features:
 
 ### Build PAX
 
-PAX will be built with `--enable-pax` when users building the Cloudberry.
+PAX will be built with `--enable-pax` when users building the Cloudberry. 
Dependency requirements are as follows:
+
+- **C/C++ Compiler**: GCC/GCC-C++ 11 or later
+- **CMake**: 3.11 or later
+- **Protobuf**: 3.5.0 or later
+- **ZSTD (libzstd)**: 1.4.0 or later
+
+Also, you need to run the following command at the top level of the Cloudberry 
source code directory to download the submodules:
+
+```
+git submodule update --init --recursive
+```
+
+The following submodules are will be downloaded for building, and tesing of 
PAX:

Review Comment:
   Done. Thanks!



##########
contrib/pax_storage/doc/README.md:
##########
@@ -21,7 +21,25 @@ PAX has the following features:
 
 ### Build PAX
 
-PAX will be built with `--enable-pax` when users building the Cloudberry.
+PAX will be built with `--enable-pax` when users building the Cloudberry. 
Dependency requirements are as follows:

Review Comment:
   Done. Thanks!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to