blob: 898754008a3d88dd0514fab08003890021ba623b [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
Sam Elliottb6745d32020-04-08 21:46:28 +010011doxygen
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
Sam Elliottb6745d32020-04-08 21:46:28 +010033xsltproc
Miguel Young de la Sota94383912019-12-05 14:34:04 -060034zlib1g-dev