blob: a90763e5b6aa7db880fcbd735f43d80569910625 [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
Alphan Ulusoye2205892021-05-13 09:36:17 -040016cmake
Pirmin Vogel3ff52be2021-01-20 18:20:25 +010017curl
18doxygen
19flex
20g++
21git
Alphan Ulusoye2205892021-05-13 09:36:17 -040022golang
Pirmin Vogel3ff52be2021-01-20 18:20:25 +010023libelf1
24libelf-dev
25libftdi1-2
26libftdi1-dev
27libssl-dev
28libusb-1.0-0
29lsb-release
30make
31# A requirement of the prebuilt clang toolchain.
32ncurses
33ninja-build
34openssl11-libs
35openssl11-devel
Alphan Ulusoye2205892021-05-13 09:36:17 -040036perl
Pirmin Vogel3ff52be2021-01-20 18:20:25 +010037pkgconf
38python3
39python3-pip
40python3-setuptools
41python3-wheel
42# The pip-installed version does not come with LibYAML support by default,
43# which significantly speeds up the parsing/dumping of YAML files.
44python3-yaml
45srecord
46tree
47xsltproc
48zlib1g-dev
49xz-utils