Skip to content

docs: Update Homebrew install command in build-macos.md#977

Open
pinhopro wants to merge 1 commit into
getfloresta:masterfrom
pinhopro:patch-1
Open

docs: Update Homebrew install command in build-macos.md#977
pinhopro wants to merge 1 commit into
getfloresta:masterfrom
pinhopro:patch-1

Conversation

@pinhopro
Copy link
Copy Markdown

Added boost installation to Homebrew command for macOS build.

Description and Notes

How to verify the changes you have done?

Contributor Checklist

  • I've followed the contribution guidelines
  • I've verified one of the following:
    • Ran just pcc (recommended but slower)
    • Ran just lint-features '-- -D warnings' && cargo test --release
    • Confirmed CI passed on my fork
  • I've linked any related issue(s) in the sections above

Finally, you are encouraged to sign all your commits (it proves authorship and guards against tampering—see How (and why) to sign Git commits and GitHub's guide to signing commits).

Added boost installation to Homebrew command for macOS build.
@Davidson-Souza Davidson-Souza added the documentation Improvements or additions to documentation label Apr 21, 2026
@github-project-automation github-project-automation Bot moved this to Backlog in Floresta Apr 21, 2026
@Davidson-Souza Davidson-Souza moved this from Backlog to Needs review in Floresta Apr 21, 2026
@Davidson-Souza Davidson-Souza added this to the Q2/2026 milestone Apr 21, 2026
Copy link
Copy Markdown
Member

@Davidson-Souza Davidson-Souza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK e665f37

@Davidson-Souza
Copy link
Copy Markdown
Member

@pinhopro please update your commit tile to docs: Update Homebrew install command in build-macos.md and remove the boilerplate from the PR description.

Comment thread doc/build-macos.md
```bash
brew update
brew install gcc pkg-config
brew install gcc pkg-config boost
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It needs cmake also

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pkg-config is just a wrapper for pkgconf. You can replace it for pkgconf.

@pinhopro pinhopro changed the title Update Homebrew install command in build-macos.md docs: Update Homebrew install command in build-macos.md Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

Status: Needs review

Development

Successfully merging this pull request may close these issues.

4 participants