未验证 提交 863af8be 编写于 作者: J Jared Parsons 提交者: GitHub

Merge pull request #30142 from jaredpar/fix-ftb

Correct unix first time build instructions
......@@ -5,6 +5,8 @@
# Source this script to ensure dotnet is installed and on the path.
# If the FORCE_DOWNLOAD environment variable is set to "true", the system's dotnet install is ignored,
# and dotnet is downloaded and installed locally.
set -e
set -u
# This is a function to keep variable assignments out of the parent script (that is sourcing this file)
install_dotnet () {
......
......@@ -3,7 +3,7 @@ This guide is meant to help developers setup an environment for debugging / cont
Particularly for developers who aren't experienced with .NET Core development on Linux.
## Working with the code
1. Install the [.NET Core SDK](https://www.microsoft.com/net/download/core)
1. Ensure the commands `git` and `curl` are available
1. Clone git@github.com:dotnet/roslyn.git
1. Run `./build.sh --restore`
1. Run `./build.sh --build`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册