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 | # |
Pirmin Vogel | 3ff52be | 2021-01-20 18:20:25 +0100 | [diff] [blame] | 7 | # When updating this list, please keep the yum package requirements for |
| 8 | # RHEL/CentOS 7 in sync. These were derived from the Ubuntu requirements |
| 9 | # and are maintained in yum-requirements.txt. |
| 10 | # |
Philipp Wagner | 6f1abb9 | 2020-10-09 12:24:01 +0200 | [diff] [blame] | 11 | # This list of packages is also included in the documentation at |
| 12 | # doc/ug/install_instructions/index.md. When updating this file also check if |
| 13 | # doc/ug/install_instructions/index.md needs to be updated as well. |
| 14 | # |
| 15 | # Keep it sorted. |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 16 | autoconf |
| 17 | bison |
| 18 | build-essential |
| 19 | clang-format |
Alphan Ulusoy | e220589 | 2021-05-13 09:36:17 -0400 | [diff] [blame] | 20 | cmake |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 21 | curl |
Sam Elliott | b6745d3 | 2020-04-08 21:46:28 +0100 | [diff] [blame] | 22 | doxygen |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 23 | flex |
| 24 | g++ |
| 25 | git |
Alphan Ulusoy | e220589 | 2021-05-13 09:36:17 -0400 | [diff] [blame] | 26 | golang |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 27 | libelf1 |
| 28 | libelf-dev |
| 29 | libftdi1-2 |
| 30 | libftdi1-dev |
Philipp Wagner | e22ecc8 | 2021-01-18 17:07:55 +0000 | [diff] [blame] | 31 | # A requirement of the prebuilt clang toolchain. |
| 32 | libncurses5 |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 33 | libssl-dev |
Philipp Wagner | ab89bc5 | 2020-03-11 15:25:40 +0000 | [diff] [blame] | 34 | libusb-1.0-0 |
Philipp Wagner | 8122d00 | 2020-10-07 19:48:05 +0100 | [diff] [blame] | 35 | lsb-release |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 36 | make |
| 37 | ninja-build |
Alphan Ulusoy | e220589 | 2021-05-13 09:36:17 -0400 | [diff] [blame] | 38 | perl |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 39 | pkgconf |
| 40 | python3 |
| 41 | python3-pip |
| 42 | python3-setuptools |
Philipp Wagner | 9a9c6d6 | 2020-03-13 19:06:35 +0000 | [diff] [blame] | 43 | python3-wheel |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 44 | srecord |
| 45 | tree |
Sam Elliott | b6745d3 | 2020-04-08 21:46:28 +0100 | [diff] [blame] | 46 | xsltproc |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 47 | zlib1g-dev |
Philipp Wagner | a168285 | 2020-08-20 09:17:05 +0100 | [diff] [blame] | 48 | xz-utils |