tree: c07f79c5ba8859ea1f1b19e9ed598b0e8c9e09fb [path history] [tgz]
  1. apidoc/
  2. build-support/
  3. cmake_modules/
  4. examples/
  5. src/
  6. submodules/
  7. thirdparty/
  8. tools/
  9. .gitignore
  10. arrowConfig.cmake.in
  11. CHANGELOG_PARQUET.md
  12. CMakeLists.txt
  13. Dockerfile
  14. Dockerfile.alpine
  15. Dockerfile.debian-testing
  16. Dockerfile.fedora
  17. Dockerfile.ubuntu-bionic
  18. Dockerfile.ubuntu-xenial
  19. README.md
  20. valgrind.supp
cpp/README.md

Apache Arrow C++

This directory contains the code and build system for the Arrow C++ libraries, as well as for the C++ libraries for Apache Parquet.

Installation

See http://arrow.apache.org/install/ for the latest instructions how to install pre-compiled binary versions of the library.

Source Builds and Development

Please refer to our latest C++ Development Documentation.