Skip to content

Commit 0b80b61

Browse files
Remove references to openssl from building on macOS docs.
We are now defaulting to boringssl (which is a submodule), so no need to mess with openssl.
1 parent 9c631df commit 0b80b61

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

docs/guides/BUILDING.md

+1-28
Original file line numberDiff line numberDiff line change
@@ -50,34 +50,7 @@ sudo apt-get install git gcc g++ pkg-config libssl-dev libdbus-1-dev \
5050

5151
### Installing prerequisites on macOS
5252

53-
On macOS, first install Xcode from the Mac App Store. The remaining dependencies
54-
can be installed and satisfied using [Brew](https://brew.sh/):
55-
56-
```
57-
brew install openssl pkg-config
58-
```
59-
60-
However, that does not expose the package to `pkg-config`. To fix that, one
61-
needs to run something like the following:
62-
63-
Intel:
64-
65-
```
66-
cd /usr/local/lib/pkgconfig
67-
ln -s ../../Cellar/[email protected]/1.1.1g/lib/pkgconfig/* .
68-
```
69-
70-
where `[email protected]/1.1.1g` may need to be replaced with the actual version of
71-
OpenSSL installed by Brew.
72-
73-
Apple Silicon:
74-
75-
```
76-
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:"/opt/homebrew/opt/openssl@3/lib/pkgconfig"
77-
```
78-
79-
Note: If using MacPorts, `port install openssl` is sufficient to satisfy this
80-
dependency.
53+
On macOS, install Xcode from the Mac App Store.
8154

8255
### Installing prerequisites on Raspberry Pi 4
8356

0 commit comments

Comments
 (0)