pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap Add instructions on installing required depe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe40fb25a50e
branches:  trunk
changeset: 359318:fe40fb25a50e
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Mon Mar 06 21:26:01 2017 +0000

description:
Add instructions on installing required dependencies on Debian & derivatives to
ensure a smooth process
Taken from:
https://imil.net/blog/2015/07/05/using-pkgsrc-on-debian-gnulinux/

diffstat:

 bootstrap/README.Linux |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r eb14f0189e5b -r fe40fb25a50e bootstrap/README.Linux
--- a/bootstrap/README.Linux    Mon Mar 06 16:15:20 2017 +0000
+++ b/bootstrap/README.Linux    Mon Mar 06 21:26:01 2017 +0000
@@ -1,9 +1,16 @@
-$NetBSD: README.Linux,v 1.5 2015/02/28 18:50:46 prlw1 Exp $
+$NetBSD: README.Linux,v 1.6 2017/03/06 21:26:01 sevan Exp $
 
 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
+
+==========================================================================
+
 Some versions of Linux (RHEL3 Update 2 for i386 for example) have a
 /usr/lib/libacl.la libtool archive file that lists /lib/libattr.la as a
 dependency.  However, libattr.la does not exist in /lib/libattr.la.  If



Home | Main Index | Thread Index | Old Index