blob: 67e9d6e2e87beee8bb068222038fdc6a9a6a20a3 [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
Miguel Young de la Sota94383912019-12-05 14:34:04 -060027libelf1
28libelf-dev
29libftdi1-2
30libftdi1-dev
Philipp Wagnere22ecc82021-01-18 17:07:55 +000031# A requirement of the prebuilt clang toolchain.
32libncurses5
Miguel Young de la Sota94383912019-12-05 14:34:04 -060033libssl-dev
Chris Frantz6a095d72021-09-20 12:40:29 -070034libudev-dev
Philipp Wagnerab89bc52020-03-11 15:25:40 +000035libusb-1.0-0
Philipp Wagner8122d002020-10-07 19:48:05 +010036lsb-release
Miguel Young de la Sota94383912019-12-05 14:34:04 -060037make
38ninja-build
Alphan Ulusoye2205892021-05-13 09:36:17 -040039perl
Miguel Young de la Sota94383912019-12-05 14:34:04 -060040pkgconf
41python3
42python3-pip
43python3-setuptools
Philipp Wagner9a9c6d62020-03-13 19:06:35 +000044python3-wheel
Miguel Young de la Sota94383912019-12-05 14:34:04 -060045srecord
46tree
Sam Elliottb6745d32020-04-08 21:46:28 +010047xsltproc
Miguel Young de la Sota94383912019-12-05 14:34:04 -060048zlib1g-dev
Philipp Wagnera1682852020-08-20 09:17:05 +010049xz-utils