未验证 提交 854fde65 编写于 作者: J Jeremy Koritzinsky 提交者: GitHub

Fix ninja package name (#45217)

上级 23f7fbcd
...@@ -50,7 +50,7 @@ Install the following packages for the toolchain: ...@@ -50,7 +50,7 @@ Install the following packages for the toolchain:
- libkrb5-dev - libkrb5-dev
- libnuma-dev (optional, enables numa support) - libnuma-dev (optional, enables numa support)
- zlib1g-dev - zlib1g-dev
- ninja (optional, enables building native code with ninja instead of make) - ninja-build (optional, enables building native code with ninja instead of make)
The following dependencies are needed if Mono Runtime is enabled (default behavior): The following dependencies are needed if Mono Runtime is enabled (default behavior):
...@@ -62,7 +62,7 @@ The following dependencies are needed if Mono Runtime is enabled (default behavi ...@@ -62,7 +62,7 @@ The following dependencies are needed if Mono Runtime is enabled (default behavi
sudo apt-get install -y cmake llvm-9 clang-9 autoconf automake \ sudo apt-get install -y cmake llvm-9 clang-9 autoconf automake \
libtool build-essential python curl git lldb-6.0 liblldb-6.0-dev \ libtool build-essential python curl git lldb-6.0 liblldb-6.0-dev \
libunwind8 libunwind8-dev gettext libicu-dev liblttng-ust-dev \ libunwind8 libunwind8-dev gettext libicu-dev liblttng-ust-dev \
libssl-dev libnuma-dev libkrb5-dev zlib1g-dev ninja libssl-dev libnuma-dev libkrb5-dev zlib1g-dev ninja-build
``` ```
You now have all the required components. You now have all the required components.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册