1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-13 17:00:59 +00:00

readme: Add scons to build dependency (#211)

This commit is contained in:
Karel Bílek 2018-06-02 13:06:24 +02:00 committed by Pavol Rusnak
parent 321bc2787f
commit 56e15625d6

View File

@ -61,7 +61,7 @@ You will also need Python dependencies for signing.
#### Debian/Ubuntu
```sh
sudo apt-get install gcc-arm-none-eabi libnewlib-arm-none-eabi
sudo apt-get install scons gcc-arm-none-eabi libnewlib-arm-none-eabi
```
#### OS X