WillAyd commented on code in PR #1904: URL: https://github.com/apache/arrow-adbc/pull/1904#discussion_r1632479122
########## 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: No problem making this change but all of the other entries in the CONTRIBUTING.md guide currently use `shell` - do you want me to update all of them as part of this or leave that to a separate PR? -- 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]
