Skip to content

Commit

Permalink
Fix ninja package name (#45217)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky authored Nov 25, 2020
1 parent 23f7fbc commit 854fde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/workflow/requirements/linux-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand All @@ -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.

0 comments on commit 854fde6

Please sign in to comment.