summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2017-03-06 21:26:01 +0000
committersevan <sevan@pkgsrc.org>2017-03-06 21:26:01 +0000
commit35a6db2d4b77b897243d70b4b3d93886549819b6 (patch)
treec638435e07ff6cf2c92d4f5f81827f4d7924e3e8
parentaa81659c2c5502f3fc9df0ab2dcdbde53d323004 (diff)
downloadpkgsrc-35a6db2d4b77b897243d70b4b3d93886549819b6.tar.gz
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/
-rw-r--r--bootstrap/README.Linux9
1 files changed, 8 insertions, 1 deletions
diff --git a/bootstrap/README.Linux b/bootstrap/README.Linux
index 4b6754bdee7..ad7d32d72e0 100644
--- a/bootstrap/README.Linux
+++ b/bootstrap/README.Linux
@@ -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