Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 1 | # Copyright lowRISC contributors. |
| 2 | # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| 3 | # SPDX-License-Identifier: Apache-2.0 |
| 4 | |
| 5 | # Keep sorted. |
| 6 | autoconf |
| 7 | bison |
| 8 | build-essential |
| 9 | clang-format |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 10 | curl |
| 11 | flex |
| 12 | g++ |
| 13 | git |
| 14 | libelf1 |
| 15 | libelf-dev |
| 16 | libftdi1-2 |
| 17 | libftdi1-dev |
| 18 | libssl-dev |
Philipp Wagner | ab89bc5 | 2020-03-11 15:25:40 +0000 | [diff] [blame] | 19 | libusb-1.0-0 |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 20 | make |
| 21 | ninja-build |
| 22 | pkgconf |
| 23 | python3 |
| 24 | python3-pip |
| 25 | python3-setuptools |
Philipp Wagner | 9a9c6d6 | 2020-03-13 19:06:35 +0000 | [diff] [blame^] | 26 | python3-wheel |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 27 | srecord |
| 28 | tree |
| 29 | zlib1g-dev |