pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/bootstrap
Module Name: pkgsrc
Committed By: cjep
Date: Fri Feb 12 13:00:05 UTC 2021
Modified Files:
pkgsrc/bootstrap: README.Linux
Log Message:
Add libncurses5 to the required libraries.
Took me a little while to find this. The dev package can be installed
without the actual library.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/bootstrap/README.Linux
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/bootstrap/README.Linux
diff -u pkgsrc/bootstrap/README.Linux:1.7 pkgsrc/bootstrap/README.Linux:1.8
--- pkgsrc/bootstrap/README.Linux:1.7 Thu Apr 4 04:20:26 2019
+++ pkgsrc/bootstrap/README.Linux Fri Feb 12 13:00:05 2021
@@ -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 w
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
==========================================================================
Home |
Main Index |
Thread Index |
Old Index