blob: f1f5841650bb75c15b1f24cb2f8497d125091ed7 [file] [log] [blame]
Miguel Young de la Sota94383912019-12-05 14:34:04 -06001# 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 Wagner6f1abb92020-10-09 12:24:01 +02005# List of packages installed with apt on our reference Ubuntu platform.
6#
Pirmin Vogel3ff52be2021-01-20 18:20:25 +01007# 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 Wagner6f1abb92020-10-09 12:24:01 +020011# 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 Sota94383912019-12-05 14:34:04 -060016autoconf
17bison
18build-essential
19clang-format
Alphan Ulusoye2205892021-05-13 09:36:17 -040020cmake
Miguel Young de la Sota94383912019-12-05 14:34:04 -060021curl
Sam Elliottb6745d32020-04-08 21:46:28 +010022doxygen
Miguel Young de la Sota94383912019-12-05 14:34:04 -060023flex
24g++
25git
Alphan Ulusoye2205892021-05-13 09:36:17 -040026golang
Chris Frantzb231f112021-12-02 15:42:10 -080027lcov
Miguel Young de la Sota94383912019-12-05 14:34:04 -060028libelf1
29libelf-dev
30libftdi1-2
31libftdi1-dev
Philipp Wagnere22ecc82021-01-18 17:07:55 +000032# A requirement of the prebuilt clang toolchain.
33libncurses5
Miguel Young de la Sota94383912019-12-05 14:34:04 -060034libssl-dev
Chris Frantz6a095d72021-09-20 12:40:29 -070035libudev-dev
Philipp Wagnerab89bc52020-03-11 15:25:40 +000036libusb-1.0-0
Philipp Wagner8122d002020-10-07 19:48:05 +010037lsb-release
Miguel Young de la Sota94383912019-12-05 14:34:04 -060038make
39ninja-build
Alphan Ulusoye2205892021-05-13 09:36:17 -040040perl
Miguel Young de la Sota94383912019-12-05 14:34:04 -060041pkgconf
42python3
43python3-pip
44python3-setuptools
Chris Frantz74b07402022-04-07 18:07:34 -070045python3-urllib3
Philipp Wagner9a9c6d62020-03-13 19:06:35 +000046python3-wheel
Miguel Young de la Sota94383912019-12-05 14:34:04 -060047srecord
48tree
Sam Elliottb6745d32020-04-08 21:46:28 +010049xsltproc
Miguel Young de la Sota94383912019-12-05 14:34:04 -060050zlib1g-dev
Philipp Wagnera1682852020-08-20 09:17:05 +010051xz-utils