mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
docs(core): add protoc installation instructions
[no changelog]
This commit is contained in:
parent
c0de11fbeb
commit
dd0e40a401
@ -34,6 +34,10 @@ For other users:
|
||||
3. To install OpenOCD, run `brew install open-ocd`
|
||||
4. Run `make vendor build_boardloader build_bootloader build_firmware`
|
||||
|
||||
## Protobuf Compiler
|
||||
|
||||
The protocol buffer compiler `protoc` is needed to (unsurprisingly) compile protocol buffer files. [Follow the installation instructions for your system](https://grpc.io/docs/protoc-installation/).
|
||||
|
||||
## Rust
|
||||
|
||||
Install the appropriate target with [`rustup`](https://rustup.rs/):
|
||||
|
@ -52,6 +52,10 @@ brew install scons sdl2 sdl2_image pkg-config llvm
|
||||
|
||||
* __Windows__: not supported yet, sorry.
|
||||
|
||||
## Protobuf Compiler
|
||||
|
||||
The protocol buffer compiler `protoc` is needed to (unsurprisingly) compile protocol buffer files. [Follow the installation instructions for your system](https://grpc.io/docs/protoc-installation/).
|
||||
|
||||
## Rust
|
||||
|
||||
You will require Rust and Cargo. The currently supported version is 1.64 nightly. The
|
||||
|
Loading…
Reference in New Issue
Block a user