diff options
author | simonmar <unknown> | 2004-11-16 09:50:13 +0000 |
---|---|---|
committer | simonmar <unknown> | 2004-11-16 09:50:13 +0000 |
commit | 31b36891326ccace3f9d7d29ae036628069ce7da (patch) | |
tree | 25a4128db67c7dc7380c14b71330c8e8442d4cef | |
parent | f315fa8a5f53643d408fdb143cf63cf3d8b615e1 (diff) | |
download | haskell-31b36891326ccace3f9d7d29ae036628069ce7da.tar.gz |
[project @ 2004-11-16 09:50:13 by simonmar]
Quick Start section: add disclaimer for Windows builders
-rw-r--r-- | docs/building/building.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/building/building.xml b/docs/building/building.xml index 5ea951b690..3affc087ab 100644 --- a/docs/building/building.xml +++ b/docs/building/building.xml @@ -1445,8 +1445,8 @@ $ cvs checkout nofib/spectral</screen> <title>Quick Start</title> <para>If you are starting from a source distribution, and just - want a completely standard build, then the following should - work:</para> + want a completely standard build, then the following procedure should + work (unless you're on Windows, in which case go to <xref linkend="winbuild" />).</para> <screen>$ autoreconf $ ./configure |