Skip to content

Commit

Permalink
[docs] add missing ninja-build package (yugabyte#8225) (yugabyte#8319)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-mart authored May 8, 2021
1 parent 3a08c8b commit 5a601f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Update packages on your system, install development tools and additional package
sudo yum update
sudo yum groupinstall -y 'Development Tools'
sudo yum install -y ruby perl-Digest epel-release ccache git python2-pip python-devel python3 python3-pip python3-devel
sudo yum install -y cmake3 ctest3
sudo yum install -y cmake3 ctest3 ninja-build
```

## Prepare build tools
Expand Down

0 comments on commit 5a601f0

Please sign in to comment.