Remove ncurses-compat-libs dependency for Fedora

The downloaded libclang on Linux does not depend on terminfo anymore.
This commit is contained in:
micbou 2018-10-07 03:07:35 +02:00
parent 9957e7ba0a
commit d2ee69d521
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05
2 changed files with 2 additions and 6 deletions

View File

@ -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:

View File

@ -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: