blob: 882fb330f1741459d0233fe303c1b4ac6a8645f2 [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#
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.
Miguel Young de la Sota94383912019-12-05 14:34:04 -060012autoconf
13bison
14build-essential
15clang-format
Miguel Young de la Sota94383912019-12-05 14:34:04 -060016curl
Sam Elliottb6745d32020-04-08 21:46:28 +010017doxygen
Miguel Young de la Sota94383912019-12-05 14:34:04 -060018flex
19g++
20git
21libelf1
22libelf-dev
23libftdi1-2
24libftdi1-dev
25libssl-dev
Philipp Wagnerab89bc52020-03-11 15:25:40 +000026libusb-1.0-0
Philipp Wagner8122d002020-10-07 19:48:05 +010027lsb-release
Miguel Young de la Sota94383912019-12-05 14:34:04 -060028make
29ninja-build
30pkgconf
31python3
32python3-pip
33python3-setuptools
Philipp Wagner9a9c6d62020-03-13 19:06:35 +000034python3-wheel
Philipp Wagnerbd3aad02020-03-13 19:07:59 +000035# The pip-installed version does not come with LibYAML support by default,
Philipp Wagner6f1abb92020-10-09 12:24:01 +020036# which significantly speeds up the parsing/dumping of YAML files.
Philipp Wagnerbd3aad02020-03-13 19:07:59 +000037python3-yaml
Miguel Young de la Sota94383912019-12-05 14:34:04 -060038srecord
39tree
Sam Elliottb6745d32020-04-08 21:46:28 +010040xsltproc
Miguel Young de la Sota94383912019-12-05 14:34:04 -060041zlib1g-dev
Philipp Wagnera1682852020-08-20 09:17:05 +010042xz-utils