WillAyd commented on code in PR #1904: URL: https://github.com/apache/arrow-adbc/pull/1904#discussion_r1632496869
########## CONTRIBUTING.md: ########## @@ -148,6 +148,43 @@ for details. [cmake-prefix-path]: https://cmake.org/cmake/help/latest/variable/CMAKE_PREFIX_PATH.html [gtest]: https://github.com/google/googletest/ +### C/C++ with Meson + +While CMake is the officially supported build generator, there is limited, +experimental support for the Meson build system. Meson offers arguably better +dependency management than CMake, with a syntax that Python developers may +find more readable. + +To use Meson, start at the c directory and run: + +```shell Review Comment: Sure - will open after this goes in. For now I left this file alone, but made the updates you suggested to other files -- 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]
