Removing CMake from the CLI build requirements.
We needed that when we used to build the shared framework in the CLI. We don't need it anymore. Plus, we need a small change to kick off a build.
This commit is contained in:
parent
e01fbc941d
commit
8bb50f5638
1 changed files with 2 additions and 6 deletions
|
@ -7,19 +7,15 @@ In order to build .NET Command Line Interface, you need the following installed
|
|||
|
||||
### For Windows
|
||||
|
||||
1. CMake (available from https://cmake.org/) on the PATH.
|
||||
2. git (available from http://www.git-scm.com/) on the PATH.
|
||||
1. git (available from http://www.git-scm.com/) on the PATH.
|
||||
|
||||
### 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.
|
||||
2. git (available from http://www.git-scm.com/) on the PATH.
|
||||
3. clang (available from http://clang.llvm.org) on the PATH.
|
||||
1. git (available from http://www.git-scm.com/) on the PATH.
|
||||
|
||||
### For OS X
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue