From 8bb50f5638480eaa4ff43b4a7d641be21bbc72bb Mon Sep 17 00:00:00 2001 From: Livar Date: Mon, 27 Mar 2017 14:57:32 -0700 Subject: [PATCH 1/2] 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. --- Documentation/project-docs/developer-guide.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Documentation/project-docs/developer-guide.md b/Documentation/project-docs/developer-guide.md index a9fae98c0..793ca5600 100644 --- a/Documentation/project-docs/developer-guide.md +++ b/Documentation/project-docs/developer-guide.md @@ -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 From 55f3a238ee8f91be4e6e914ebc30c121cee931f5 Mon Sep 17 00:00:00 2001 From: Livar Date: Mon, 27 Mar 2017 14:58:02 -0700 Subject: [PATCH 2/2] Update developer-guide.md --- Documentation/project-docs/developer-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/project-docs/developer-guide.md b/Documentation/project-docs/developer-guide.md index 793ca5600..28b37d7fa 100644 --- a/Documentation/project-docs/developer-guide.md +++ b/Documentation/project-docs/developer-guide.md @@ -16,8 +16,8 @@ In order to build .NET Command Line Interface, you need the following installed ### For OS X 1. Xcode -3. git (available from http://www.git-scm.com/) on the PATH. -4. Install OpenSSL (a .NET Core requirement) +2. git (available from http://www.git-scm.com/) on the PATH. +3. Install OpenSSL (a .NET Core requirement) - brew install openssl - brew link --force openssl