diff --git a/doc/build-macos.md b/doc/build-macos.md index fadbcda18..f5ecfd8d8 100644 --- a/doc/build-macos.md +++ b/doc/build-macos.md @@ -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 ``` 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.