You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wownero/src/device_trezor/trezor/tools/README.md

698 B

Trezor

Messages rebuild

Install protoc for your distribution.

  • protobuf-compiler
  • libprotobuf-dev
  • libprotoc-dev
  • python-protobuf

Python 3 is required. If you don't have python 3 quite an easy way is to use pyenv.

It is also advised to create own python virtual environment so dependencies are installed in this project-related virtual environment.

python -m venv /

Make sure your python has protobuf package installed

pip install protobuf

Regenerate messages:

./venv/bin/python3 src/device_trezor/trezor/tools/build_protob.py

The messages regeneration is done also automatically via cmake.