Add libncurses5 to the required libraries.

Took me a little while to find this. The dev package can be installed
without the actual library.
This commit is contained in:
cjep 2021-02-12 13:00:05 +00:00
parent fd4a90fd8d
commit 61161f8a47

View file

@ -1,4 +1,4 @@
$NetBSD: README.Linux,v 1.7 2019/04/04 04:20:26 gutteridge Exp $
$NetBSD: README.Linux,v 1.8 2021/02/12 13:00:05 cjep Exp $
Please read the general README file as well.
@ -7,7 +7,7 @@ Please read the general README file as well.
For Debian and derivatives such as Ubuntu the following packages should be
installed prior to attempting bootstrap
apt-get install cvs libncurses5-dev gcc g++ zlib1g-dev zlib1g libssl-dev libudev-dev
apt-get install cvs libncurses5 libncurses5-dev gcc g++ zlib1g-dev zlib1g libssl-dev libudev-dev
==========================================================================