From d2ee69d5219c485dcc499761c372ea122975d06a Mon Sep 17 00:00:00 2001 From: micbou Date: Sun, 7 Oct 2018 03:07:35 +0200 Subject: [PATCH] Remove ncurses-compat-libs dependency for Fedora The downloaded libclang on Linux does not depend on terminfo anymore. --- README.md | 4 +--- doc/youcompleteme.txt | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 95e6c0c7..d21a3b6e 100644 --- a/README.md +++ b/README.md @@ -260,9 +260,7 @@ Install development tools, CMake, and Python headers: - Fedora 27 and later: - sudo dnf install cmake gcc-c++ make ncurses-compat-libs python3-devel - - `ncurses-compat-libs` is only required for C-family languages support. + sudo dnf install cmake gcc-c++ make python3-devel - Ubuntu 14.04: diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index 49c8c83b..1bf67569 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -460,9 +460,7 @@ Install development tools, CMake, and Python headers: - Fedora 27 and later: - sudo dnf install cmake gcc-c++ make ncurses-compat-libs python3-devel - -'ncurses-compat-libs' is only required for C-family languages support. + sudo dnf install cmake gcc-c++ make python3-devel - Ubuntu 14.04: