You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python-trezor/protob/build.sh

7 lines
212 B
Bash

#!/bin/bash
cd `dirname $0`/../../trezor-common/protob
protoc --python_out=../../trezor-emu/trezor/ -I/usr/include -I. types.proto
protoc --python_out=../../trezor-emu/trezor/ -I/usr/include -I. messages.proto