commit | e22ecc8aad2ac7ae4e59562ef64fce9941e9417a | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Mon Jan 18 17:07:55 2021 +0000 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Mon Jan 18 19:19:06 2021 +0000 |
tree | 2cbfe6b47edb04a85e1dd7b7f56c92b163caf5a7 | |
parent | bbb1e16a3ce3f50ad22dcbcccdd39333604c3f60 [diff] [blame] |
Document the need to have libncurses5 installed The prebuilt version of clang requires `libtinfo.so.5` to be present, which is provided by ncurses5. Signed-off-by: Philipp Wagner <phw@lowrisc.org>
diff --git a/apt-requirements.txt b/apt-requirements.txt index 882fb33..802cf60 100644 --- a/apt-requirements.txt +++ b/apt-requirements.txt
@@ -22,6 +22,8 @@ libelf-dev libftdi1-2 libftdi1-dev +# A requirement of the prebuilt clang toolchain. +libncurses5 libssl-dev libusb-1.0-0 lsb-release