mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05: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
1 changed files with 3 additions and 3 deletions
|
@ -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 a new issue