pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Add note regarding prerequisites



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb4842ce47eb
branches:  trunk
changeset: 349294:bb4842ce47eb
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Sun Jul 03 15:16:47 2016 +0000

description:
Add note regarding prerequisites

diffstat:

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

diffs (22 lines):

diff -r 90b3fb1c5b91 -r bb4842ce47eb bootstrap/README.Cygwin
--- a/bootstrap/README.Cygwin   Sun Jul 03 15:05:48 2016 +0000
+++ b/bootstrap/README.Cygwin   Sun Jul 03 15:16:47 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: README.Cygwin,v 1.1 2013/02/22 13:59:47 obache Exp $
+$NetBSD: README.Cygwin,v 1.2 2016/07/03 15:16:47 sevan Exp $
 
 Please read the general README file as well.
 
@@ -11,6 +11,12 @@
 
        env CC=clang ./bootstrap --compiler=clang
 
+You need to install minimal base packages in `Base' category plus any of
+compiler, gcc, gcc4, and/or clang. For gcc and gcc4, C and C++ compiler will be
+installed by default, but you can install Fortran compiler additionally because
+it will be required to use libtool. If it is not installed (or too old), Fortran
+compiler will be installed with pkgsrc automatically.
+
 ==========================================================================
 
 The su(1) command has been in Cygwin distribution, but it has never worked.



Home | Main Index | Thread Index | Old Index