diff options
author | obache <obache@pkgsrc.org> | 2013-03-02 14:16:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-03-02 14:16:04 +0000 |
commit | 29d3e9bfe1174e0a7ba66c216e0f4f5a96100c0b (patch) | |
tree | 5fccd57a386f047fdc8851e8261c2e1c21775d1a | |
parent | dd40f9bfd8e7bb8f6b8bd81d81794fc2321364af (diff) | |
download | pkgsrc-29d3e9bfe1174e0a7ba66c216e0f4f5a96100c0b.tar.gz |
mention to Fortran compiler for Cygwin.
-rw-r--r-- | doc/guide/files/platforms.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/guide/files/platforms.xml b/doc/guide/files/platforms.xml index 25e85767bfb..90b06b9e434 100644 --- a/doc/guide/files/platforms.xml +++ b/doc/guide/files/platforms.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: platforms.xml,v 1.79 2013/02/24 09:02:06 obache Exp $ --> +<!-- $NetBSD: platforms.xml,v 1.80 2013/03/02 14:16:04 obache Exp $ --> <chapter id="platforms"> <title>Using pkgsrc on systems other than &os;</title> @@ -75,7 +75,12 @@ <para>Cygwin 1.7.x and later are supported.</para> <para>You need to install minimal base packages in `Base' category - plus any of compiler, gcc, gcc4, and/or clang.</para> + 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.</para> </sect2> <sect2 id="darwin"> |