Open currantw opened 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:
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.
Cppcheck is also needed for run_cppcheck.sh, so it probably makes sense to also add it to the Brewfile and BUILD_INSTRUCTIONS.md.
run_cppcheck.sh
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:What alternatives have you considered?
N/A
Do you have any additional context?
Issue encountered while trying to build project.