Skip to content

Commit d9268a7

Browse files
PowerSchilldaviwil
authored andcommitted
Provides instructions on installing OpenSSL on macOS
1 parent 7cbd314 commit d9268a7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ how to use this project. You can also read our plans for future feature developm
4949
If you are using Windows, skip this step. If you are using Linux or macOS, you will need to
5050
install PowerShell by following [these instructions](https://github.com/PowerShell/PowerShell#get-powershell).
5151

52+
If you are using macOS you will need to download the latest version of OpenSSL. The easiest way to get this is from [Homebrew](http://brew.sh/). After installing Homebrew execute the following commands:
53+
54+
```
55+
brew update
56+
brew install openssl
57+
mkdir -p /usr/local/lib
58+
ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/
59+
ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/
60+
```
5261
### 2. Clone the GitHub repository:
5362

5463
```

0 commit comments

Comments
 (0)