This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new f20d4aab6 MINOR: Clarify optional `meson` 1.3.0+ requirement in 
README.md
f20d4aab6 is described below

commit f20d4aab69d88b7d53f1d57a0c6ad585a41633a3
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Aug 29 14:32:58 2025 -0700

    MINOR: Clarify optional `meson` 1.3.0+ requirement in README.md
    
    ### What changes were proposed in this pull request?
    
    This PR aims to clarify optional `meson` `1.3.0+` requirement in 
`README.md`.
    
    ### Why are the changes needed?
    
    This is only specified in the code. We had better document it.
    
    
https://github.com/apache/orc/blob/95ab53d04267711befc3d8401f50a82190396b11/meson.build#L23
    
    ### How was this patch tested?
    
    Manual review because this is a doc-only change.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2368 from dongjoon-hyun/minor.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 2ddf0849b..2520e213b 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,7 @@ The subdirectories are:
 * Install java 17 or higher
 * Install maven 3.9.9 or higher
 * Install cmake 3.12 or higher
+* Install meson 1.3.0 or higher (Optional)
 
 To build a release version with debug information:
 

Reply via email to