diff options
author | Christopher Faylor <me@cgf.cx> | 2000-02-17 19:38:33 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-02-17 19:38:33 +0000 |
commit | 1fd5e000ace55b323124c7e556a7a864b972a5c4 (patch) | |
tree | dc4fcf1e5e22a040716ef92c496b8d94959b2baa /winsup/doc/setup.sgml | |
parent | 369d8a8fd5e887eca547bf34bccfdf755c9e5397 (diff) | |
download | cygnal-1fd5e000ace55b323124c7e556a7a864b972a5c4.tar.gz cygnal-1fd5e000ace55b323124c7e556a7a864b972a5c4.tar.bz2 cygnal-1fd5e000ace55b323124c7e556a7a864b972a5c4.zip |
import winsup-2000-02-17 snapshot
Diffstat (limited to 'winsup/doc/setup.sgml')
-rw-r--r-- | winsup/doc/setup.sgml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/winsup/doc/setup.sgml b/winsup/doc/setup.sgml new file mode 100644 index 000000000..2e6ce2857 --- /dev/null +++ b/winsup/doc/setup.sgml @@ -0,0 +1,42 @@ +<chapter id="setup"><title>Setting Up Cygwin</title> + +<sect1><title>Cygwin Contents</title> + +<para>The following packages are included in the native Win32 +release of GNUPro:</para> + +<para>GNUPro development tools: binutils, bison, byacc, dejagnu, +diff, expect, flex, gas, gcc, gdb, itcl, ld, libstdc++, make, patch, +tcl, tix, tk</para> + +<para>GNUPro unsupported tools: ash, bash, bzip2, diff, fileutils, +findutils, gawk, grep, gzip, m4, sed, shellutils, tar, textutils, +time</para> + +<sect1><title>Installing the binary release</title> + +<para>Load the GNUPro CD-ROM and run the installer. It will +take you through the installation process, starting with asking for +your install location. Once the installation is complete, there will +be a new Program Files folder that you can use to obtain a shell +from which you can run the tools.</para> + +<para>There are two remaining thing you should do from this +prompt. First, you need to type <command>mkdir -p /tmp</command> to +ensure that a temp directory exists for programs that expect to find +one there.</para> + +<para>Second, depending on how you intend to use the tools, various +programs may need to be able to find `/bin/sh'. You should `mkdir -p +/bin' and put a copy of `sh.exe' there, removing the older version, if +present. Note that you can use the `mount' utility to select which +drive letter is mounted as `/'.</para> + +<para>If you should ever want to uninstall the tools, you may do so +via the "Add/Remove Programs" control panel.</para> + +DOCTOOL-INSERT-setup-dir +DOCTOOL-INSERT-setup-env +DOCTOOL-INSERT-setup-reg +DOCTOOL-INSERT-setup-mount +</chapter> |