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:
1717```
1818
1919The 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 .
2121
2222#### Installing OpenSSL via Homebrew
2323
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:
2525
2626```
2727brew install openssl
2828```
2929
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+
3037Restart VS Code after completing the installation and verify that the extension is working correctly.
3138
3239#### Installing OpenSSL via MacPorts
You can’t perform that action at this time.
0 commit comments