From c3834fd476b7f6c8a2213fe665b5587cf52ffad1 Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Mon, 13 May 2019 00:39:01 +0300 Subject: [PATCH] Fix for running LLVM tools on recent Ubuntu. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb40c78c55d..2cbf360602d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Prerequisites: * install JDK for your platform, instead of JRE. The build requires ```tools.jar```, which is not included in JRE; * on macOS install Xcode 10.2 * on Fedora 26+ ```yum install ncurses-compat-libs``` may be needed +* on recent Ubuntu ```apt install libncurses5` is needed To compile from sources use following steps: