Update developer-guide.md to include OpenSSL
OpenSSL is required on OSX in order to use HTTPS, which NuGet uses.
This commit is contained in:
parent
f1303bd289
commit
d339da09fe
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ In order to build .NET Command Line Interface, you need the following installed
|
|||
1. Xcode
|
||||
2. CMake (available from https://cmake.org/) on the PATH.
|
||||
3. git (available from http://www.git-scm.com/) on the PATH.
|
||||
4. Install OpenSSL (a .NET Core requirement)
|
||||
- brew install openssl
|
||||
- brew link --force openssl
|
||||
|
||||
## Building/Running
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue