Fix ninja package name (#45217)
authorJeremy Koritzinsky <jekoritz@microsoft.com>
Wed, 25 Nov 2020 18:43:40 +0000 (10:43 -0800)
committerGitHub <noreply@github.com>
Wed, 25 Nov 2020 18:43:40 +0000 (10:43 -0800)
docs/workflow/requirements/linux-requirements.md

index 7563fdf..cc83281 100644 (file)
@@ -50,7 +50,7 @@ Install the following packages for the toolchain:
 - libkrb5-dev
 - libnuma-dev (optional, enables numa support)
 - 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):
 
@@ -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 \
 libtool build-essential python curl git lldb-6.0 liblldb-6.0-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.