tree: 47d72fa82f39bc2490501da2d0e1c04524d6f68e [path history] [tgz]
  1. flatbuffers/
  2. hadoop/
  3. download_dependencies.sh
  4. README.md
  5. update.rb
  6. versions.txt
cpp/thirdparty/README.md

Arrow C++ Thirdparty Dependencies

See the “Build Dependency Management” section in the C++ Developer Documentation.

Update versions automatically

There is a convenient script that update versions in versions.txt to the latest version automatically. You can use it like the following:

cpp/thirdparty/update.rb PRODUCT_PATTERN1 PRODUCT_PATTERN2 ...

For example, you can update AWS SDK for C++ related products' versions by the following command line:

cpp/thirdparty/update.rb "AWS*" "S2N*"