Merge pull request #6167 from dotnet/livarcocc-patch-1

Removing CMake from the CLI build requirements.
This commit is contained in:
Livar 2017-03-27 15:53:16 -07:00 committed by GitHub
commit 3634da519a

View file

@ -7,21 +7,17 @@ In order to build .NET Command Line Interface, you need the following installed
### For Windows ### For Windows
1. CMake (available from https://cmake.org/) on the PATH. 1. git (available from http://www.git-scm.com/) on the PATH.
2. git (available from http://www.git-scm.com/) on the PATH.
### For Linux ### For Linux
1. CMake (available from https://cmake.org/) is required to build the native host `corehost`. Make sure to add it to the PATH. 1. git (available from http://www.git-scm.com/) on the PATH.
2. git (available from http://www.git-scm.com/) on the PATH.
3. clang (available from http://clang.llvm.org) on the PATH.
### For OS X ### For OS X
1. Xcode 1. Xcode
2. CMake (available from https://cmake.org/) on the PATH. 2. git (available from http://www.git-scm.com/) on the PATH.
3. git (available from http://www.git-scm.com/) on the PATH. 3. Install OpenSSL (a .NET Core requirement)
4. Install OpenSSL (a .NET Core requirement)
- brew install openssl - brew install openssl
- brew link --force openssl - brew link --force openssl