1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +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