forked from lowRISC/opentitan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apt-requirements.txt
53 lines (52 loc) · 881 Bytes
/
apt-requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Copyright lowRISC contributors (OpenTitan project).
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
# List of packages installed with apt on our reference Ubuntu platform.
#
# When updating this list, please keep the yum package requirements for
# RHEL/CentOS 7 in sync. These were derived from the Ubuntu requirements
# and are maintained in yum-requirements.txt.
#
# Keep it sorted.
autoconf
bison
brotli
build-essential
clang-format
cmake
curl
doxygen
flex
g++
git
golang
hugo
lcov
libelf1
libelf-dev
libftdi1-2
libftdi1-dev
# A requirement of the prebuilt clang toolchain.
libncursesw5
libpcsclite-dev
libssl-dev
libudev-dev
libusb-1.0-0
lld
lrzsz
lsb-release
make
ninja-build
openssl
perl
pkgconf
python3
python3-pip
python3-setuptools
python3-urllib3
python3-wheel
srecord
tree
xsltproc
zlib1g-dev
xz-utils