Pirmin Vogel | 3ff52be | 2021-01-20 18:20:25 +0100 | [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 | # List of packages installed with yum on RHEL/CentOS 7 platforms. |
| 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. |
| 12 | autoconf |
| 13 | bison |
| 14 | build-essential |
| 15 | clang-format |
| 16 | curl |
| 17 | doxygen |
| 18 | flex |
| 19 | g++ |
| 20 | git |
| 21 | libelf1 |
| 22 | libelf-dev |
| 23 | libftdi1-2 |
| 24 | libftdi1-dev |
| 25 | libssl-dev |
| 26 | libusb-1.0-0 |
| 27 | lsb-release |
| 28 | make |
| 29 | # A requirement of the prebuilt clang toolchain. |
| 30 | ncurses |
| 31 | ninja-build |
| 32 | openssl11-libs |
| 33 | openssl11-devel |
| 34 | pkgconf |
| 35 | python3 |
| 36 | python3-pip |
| 37 | python3-setuptools |
| 38 | python3-wheel |
| 39 | # The pip-installed version does not come with LibYAML support by default, |
| 40 | # which significantly speeds up the parsing/dumping of YAML files. |
| 41 | python3-yaml |
| 42 | srecord |
| 43 | tree |
| 44 | xsltproc |
| 45 | zlib1g-dev |
| 46 | xz-utils |