docs: add missing cmake build dependency installation (#20788)

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
This commit is contained in:
Jérôme Benoit 2023-11-06 13:31:26 +01:00 committed by GitHub
parent fdb4953ea4
commit 65a4b44b75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,9 +60,9 @@ scoop install deno
Build and install from source using [Cargo](https://crates.io/crates/deno):
```sh
# Install the Protobuf compiler
apt install -y protobuf-compiler # Linux
brew install protobuf # macOS
# Install build dependencies
apt install -y cmake protobuf-compiler # Linux
brew install cmake protobuf # macOS
# Build and install Deno
cargo install deno --locked