opensearch-project / sql-odbc

OpenSearchODBC is a read-only ODBC driver for Windows and Mac for connecting to OpenSearch SQL support.
Apache License 2.0
7 stars 17 forks source link

[FEATURE] Mac - Add Brewfile #71

Open currantw opened 2 weeks ago

currantw commented 2 weeks ago

Is your feature request related to a problem?

For Macs, there are additional dependencies that are not listed in BUILD_INSTRUCTIONS.md:

What solution would you like?

Add a new Brewfile that contains all dependencies, and update BUILD_INSTRUCTIONS.md to reference it. This should include at least:

tap "homebrew/bundle"
brew "curl"
brew "cmake"
brew "libiodbc"
brew "aws-sdk-cpp"
brew "rapidjson"
brew "googletest"

What alternatives have you considered?

N/A

Do you have any additional context?

Issue encountered while trying to build project.

currantw commented 1 week ago

Cppcheck is also needed for run_cppcheck.sh, so it probably makes sense to also add it to the Brewfile and BUILD_INSTRUCTIONS.md.