mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
libncursesw5-dev is not needed on Debian
I just checked on new Debian installation, and only libncurses5-dev appears to be needed.
This commit is contained in:
parent
24f1da7f30
commit
097e2030b4
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ If fish reports that it could not find curses, try installing a curses developme
|
|||
|
||||
On Debian or Ubuntu you want:
|
||||
|
||||
sudo apt-get install libncurses5-dev libncursesw5-dev
|
||||
sudo apt-get install libncurses5-dev
|
||||
|
||||
on RedHat, CentOS, or Amazon EC2:
|
||||
|
||||
|
|
Loading…
Reference in a new issue