OSDN Git Service

* new-features.sgml (ov-new1.7.2): Accommodate name change of getlocale
[pf3gnuchains/pf3gnuchains4x.git] / winsup / doc / setup.sgml
1 <chapter id="setup"><title>Setting Up Cygwin</title>
2
3 <sect1><title>Cygwin Contents</title>
4
5 <para>The following packages are included in the native Win32
6 release of GNUPro:</para>
7
8 <para>GNUPro development tools: binutils, bison, byacc, dejagnu,
9 diff, expect, flex, gas, gcc, gdb, itcl, ld, libstdc++, make, patch,
10 tcl, tix, tk</para>
11
12 <para>GNUPro unsupported tools: ash, bash, bzip2, diff, fileutils,
13 findutils, gawk, grep, gzip, m4, sed, shellutils, tar, textutils,
14 time</para>
15
16 </sect1>
17
18 <sect1 id="installing-binaries"><title>Installing the binary release</title>
19
20 <para>Load the GNUPro CD-ROM and run the installer.  It will
21 take you through the installation process, starting with asking for
22 your install location.  Once the installation is complete, there will
23 be a new Program Files folder that you can use to obtain a shell
24 from which you can run the tools.</para>
25
26 <para>There are two remaining thing you should do from this
27 prompt. First, you need to type <command>mkdir -p /tmp</command> to
28 ensure that a temp directory exists for programs that expect to find
29 one there.</para>
30
31 <para>Second, depending on how you intend to use the tools, various
32 programs may need to be able to find `/bin/sh'. You should `mkdir -p
33 /bin' and put a copy of `sh.exe' there, removing the older version, if
34 present.  Note that you can use the `mount' utility to select which
35 drive letter is mounted as `/'.</para>
36
37 <para>If you should ever want to uninstall the tools, you may do so
38 via the "Add/Remove Programs" control panel.</para>
39
40 </sect1>
41
42 DOCTOOL-INSERT-setup-dir
43 DOCTOOL-INSERT-setup-env
44 DOCTOOL-INSERT-ntsec
45 DOCTOOL-INSERT-setup-reg
46 DOCTOOL-INSERT-setup-mount
47 </chapter>