Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/build-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Note: If you run into issues while installing Homebrew or pulling packages, refe
On the Terminal, using Homebrew, run the following:
```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.

```
You'll need Rust and Cargo, refer to [this](https://www.rust-lang.org/) for more details. Minimum support version is rustc 1.74 and newer.

Expand Down
Loading