Remove ncurses-compat-libs dependency for Fedora
The downloaded libclang on Linux does not depend on terminfo anymore.
This commit is contained in:
parent
9957e7ba0a
commit
d2ee69d521
@ -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:
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user