1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 20:38:10 +00:00

docs(core): add protoc installation instructions

[no changelog]
This commit is contained in:
conduition 2023-08-15 19:51:16 +00:00 committed by matejcik
parent c0de11fbeb
commit dd0e40a401
2 changed files with 8 additions and 0 deletions

View File

@ -34,6 +34,10 @@ For other users:
3. To install OpenOCD, run `brew install open-ocd` 3. To install OpenOCD, run `brew install open-ocd`
4. Run `make vendor build_boardloader build_bootloader build_firmware` 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 ## Rust
Install the appropriate target with [`rustup`](https://rustup.rs/): Install the appropriate target with [`rustup`](https://rustup.rs/):

View File

@ -52,6 +52,10 @@ brew install scons sdl2 sdl2_image pkg-config llvm
* __Windows__: not supported yet, sorry. * __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 ## Rust
You will require Rust and Cargo. The currently supported version is 1.64 nightly. The You will require Rust and Cargo. The currently supported version is 1.64 nightly. The