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:
Eric Erhardt 2016-03-25 09:34:08 -05:00
parent f1303bd289
commit d339da09fe

View file

@ -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