We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
[Catch All Triage - 1, 2, 3, 4, 5]
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: