Skip to content

Commit

Permalink
docs: altered the OSX page (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 authored Nov 12, 2023
1 parent 36da2a9 commit ff88a82
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docpages/building/osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit ff88a82

Please sign in to comment.