From ff88a820184bd1521ba4d0b755b2f3276f79a1ad Mon Sep 17 00:00:00 2001 From: Archie Jaskowicz Date: Sun, 12 Nov 2023 22:11:05 +0000 Subject: [PATCH] docs: altered the OSX page (#1000) --- docpages/building/osx.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docpages/building/osx.md b/docpages/building/osx.md index a54a25b4c6..b43a99e9e1 100644 --- a/docpages/building/osx.md +++ b/docpages/building/osx.md @@ -10,9 +10,11 @@ Before compiling make sure you have all the tools installed. ## 2. Install External Dependencies ```bash -brew install openssl +brew install openssl pkgconfig ``` +\note Usually, you do not need pkgconfig. However, it seems that it throws errors about openssl without. + For voice support, additional dependencies are required: ```bash @@ -43,7 +45,7 @@ If you want to install the library, its dependencies, and header files to a diff cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/install ``` -Then once the build is complete, run `make install` to install to the location you specified. +Then once the build is complete, run `sudo make install` to install to the location you specified. ## 6. Using the Library