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 | |
Philipp Wagner | 6f1abb9 | 2020-10-09 12:24:01 +0200 | [diff] [blame] | 5 | # List of packages installed with apt on our reference Ubuntu platform. |
| 6 | # |
| 7 | # This list of packages is also included in the documentation at |
| 8 | # doc/ug/install_instructions/index.md. When updating this file also check if |
| 9 | # doc/ug/install_instructions/index.md needs to be updated as well. |
| 10 | # |
| 11 | # Keep it sorted. |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 12 | autoconf |
| 13 | bison |
| 14 | build-essential |
| 15 | clang-format |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 16 | curl |
Sam Elliott | b6745d3 | 2020-04-08 21:46:28 +0100 | [diff] [blame] | 17 | doxygen |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 18 | flex |
| 19 | g++ |
| 20 | git |
| 21 | libelf1 |
| 22 | libelf-dev |
| 23 | libftdi1-2 |
| 24 | libftdi1-dev |
| 25 | libssl-dev |
Philipp Wagner | ab89bc5 | 2020-03-11 15:25:40 +0000 | [diff] [blame] | 26 | libusb-1.0-0 |
Philipp Wagner | 8122d00 | 2020-10-07 19:48:05 +0100 | [diff] [blame] | 27 | lsb-release |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 28 | make |
| 29 | ninja-build |
| 30 | pkgconf |
| 31 | python3 |
| 32 | python3-pip |
| 33 | python3-setuptools |
Philipp Wagner | 9a9c6d6 | 2020-03-13 19:06:35 +0000 | [diff] [blame] | 34 | python3-wheel |
Philipp Wagner | bd3aad0 | 2020-03-13 19:07:59 +0000 | [diff] [blame] | 35 | # The pip-installed version does not come with LibYAML support by default, |
Philipp Wagner | 6f1abb9 | 2020-10-09 12:24:01 +0200 | [diff] [blame] | 36 | # which significantly speeds up the parsing/dumping of YAML files. |
Philipp Wagner | bd3aad0 | 2020-03-13 19:07:59 +0000 | [diff] [blame] | 37 | python3-yaml |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 38 | srecord |
| 39 | tree |
Sam Elliott | b6745d3 | 2020-04-08 21:46:28 +0100 | [diff] [blame] | 40 | xsltproc |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 41 | zlib1g-dev |
Philipp Wagner | a168285 | 2020-08-20 09:17:05 +0100 | [diff] [blame] | 42 | xz-utils |