blob: 5a666e9f5d22f8d0012d1b90e42e40f07df6be3e [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
5# Keep sorted.
6autoconf
7bison
8build-essential
9clang-format
Miguel Young de la Sota94383912019-12-05 14:34:04 -060010curl
Rupert Swarbrick2d70c752020-03-24 17:23:40 +000011flake8
Miguel Young de la Sota94383912019-12-05 14:34:04 -060012flex
13g++
14git
15libelf1
16libelf-dev
17libftdi1-2
18libftdi1-dev
19libssl-dev
Philipp Wagnerab89bc52020-03-11 15:25:40 +000020libusb-1.0-0
Miguel Young de la Sota94383912019-12-05 14:34:04 -060021make
22ninja-build
23pkgconf
24python3
25python3-pip
26python3-setuptools
Philipp Wagner9a9c6d62020-03-13 19:06:35 +000027python3-wheel
Philipp Wagnerbd3aad02020-03-13 19:07:59 +000028# The pip-installed version does not come with LibYAML support by default,
29# which significantly speeds up the parsing/dumping of YAML files in fusesoc.
30python3-yaml
Miguel Young de la Sota94383912019-12-05 14:34:04 -060031srecord
32tree
33zlib1g-dev