Skip to content
New issue

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

[FEATURE] Mac - Add Brewfile #71

Open
currantw opened this issue Nov 6, 2024 · 2 comments
Open

[FEATURE] Mac - Add Brewfile #71

currantw opened this issue Nov 6, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@currantw
Copy link
Contributor

currantw commented Nov 6, 2024

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 currantw added enhancement New feature or request untriaged labels Nov 6, 2024
@currantw
Copy link
Contributor Author

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

@dblock dblock removed the untriaged label Nov 25, 2024
@dblock
Copy link
Member

dblock commented Nov 25, 2024

[Catch All Triage - 1, 2, 3, 4, 5]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants