File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,23 @@ the following two files:
17
17
```
18
18
19
19
The extension should check for these files and direct you to this documentation if you
20
- do not have OpenSSL isntalled .
20
+ do not have OpenSSL installed .
21
21
22
22
#### Installing OpenSSL via Homebrew
23
23
24
- You can use Homebrew to easily install OpenSSL. First install Homebrew and then run the following command:
24
+ You can use [ Homebrew] ( http://brew.sh ) to easily install OpenSSL. First, install Homebrew and then run the following command:
25
25
26
26
```
27
27
brew install openssl
28
28
```
29
29
30
+ After installation, the libraries of interest must be symlinked to ` /usr/local/lib ` ; e.g. (adjust the version numbers as needed):
31
+
32
+ ```
33
+ ln -s /usr/local/Cellar/openssl/1.0.2h_1/lib/libcrypto.1.0.0.dylib /usr/local/lib
34
+ ln -s /usr/local/Cellar/openssl/1.0.2h_1/lib/libssl.1.0.0.dylib /usr/local/lib
35
+ ```
36
+
30
37
Restart VS Code after completing the installation and verify that the extension is working correctly.
31
38
32
39
#### Installing OpenSSL via MacPorts
You can’t perform that action at this time.
0 commit comments