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 |
Sam Elliott | b6745d3 | 2020-04-08 21:46:28 +0100 | [diff] [blame] | 11 | doxygen |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 12 | flex |
| 13 | g++ |
| 14 | git |
| 15 | libelf1 |
| 16 | libelf-dev |
| 17 | libftdi1-2 |
| 18 | libftdi1-dev |
| 19 | libssl-dev |
Philipp Wagner | ab89bc5 | 2020-03-11 15:25:40 +0000 | [diff] [blame] | 20 | libusb-1.0-0 |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 21 | make |
| 22 | ninja-build |
| 23 | pkgconf |
| 24 | python3 |
| 25 | python3-pip |
| 26 | python3-setuptools |
Philipp Wagner | 9a9c6d6 | 2020-03-13 19:06:35 +0000 | [diff] [blame] | 27 | python3-wheel |
Philipp Wagner | bd3aad0 | 2020-03-13 19:07:59 +0000 | [diff] [blame] | 28 | # The pip-installed version does not come with LibYAML support by default, |
| 29 | # which significantly speeds up the parsing/dumping of YAML files in fusesoc. |
| 30 | python3-yaml |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 31 | srecord |
| 32 | tree |
Sam Elliott | b6745d3 | 2020-04-08 21:46:28 +0100 | [diff] [blame] | 33 | xsltproc |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 34 | zlib1g-dev |