mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
docs: add missing cmake build dependency installation (#20788)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
This commit is contained in:
parent
fdb4953ea4
commit
65a4b44b75
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user