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:   sevan
Date:           Sun Jul  3 15:16:47 UTC 2016

Modified Files:
        pkgsrc/bootstrap: README.Cygwin

Log Message:
Add note regarding prerequisites


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/bootstrap/README.Cygwin

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.Cygwin
diff -u pkgsrc/bootstrap/README.Cygwin:1.1 pkgsrc/bootstrap/README.Cygwin:1.2
--- pkgsrc/bootstrap/README.Cygwin:1.1  Fri Feb 22 13:59:47 2013
+++ pkgsrc/bootstrap/README.Cygwin      Sun Jul  3 15:16:47 2016
@@ -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 @@ To bootstrap using clang:
 
        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