blob: 0cc37a62d9297695d278f4d635c804b6855f4ee2 [file] [log] [blame]
Pirmin Vogel3ff52be2021-01-20 18:20:25 +01001# 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.
12autoconf
13bison
14build-essential
15clang-format
16curl
17doxygen
18flex
19g++
20git
21libelf1
22libelf-dev
23libftdi1-2
24libftdi1-dev
25libssl-dev
26libusb-1.0-0
27lsb-release
28make
29# A requirement of the prebuilt clang toolchain.
30ncurses
31ninja-build
32openssl11-libs
33openssl11-devel
34pkgconf
35python3
36python3-pip
37python3-setuptools
38python3-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.
41python3-yaml
42srecord
43tree
44xsltproc
45zlib1g-dev
46xz-utils