Minor changes, also add note about deleting temp dir after setup.
This commit is contained in:
parent
1edefdeb85
commit
3092135d8c
|
@ -7,11 +7,11 @@ choose the packages you wish to install, and update them individually.
|
||||||
|
|
||||||
The following packages are available with the latest net release:
|
The following packages are available with the latest net release:
|
||||||
|
|
||||||
ash, bash, binutils, bison, byacc, bzip2, clear, common, cygwin,
|
ash(really '/bin/sh'), bash, binutils, bison, byacc, bzip2, clear, common,
|
||||||
dejagnu, diff, expect, fileutils, findutils, flex, gawk, gcc, gdb,
|
cygwin, dejagnu, diff, expect, fileutils, findutils, flex, gawk, gcc,
|
||||||
gperf, grep, groff, gzip, inetutils, less, libpng, login, m4, make, man,
|
gdb, gperf, grep, groff, gzip, inetutils, less, libpng, login, m4, make,
|
||||||
patch, sed, shellutils, tar, tcltk, termcap, texinfo, textutils, time,
|
man, patch, sed, shellutils, tar, tcltk, termcap, texinfo, textutils,
|
||||||
zlib
|
time, zlib
|
||||||
|
|
||||||
Full source code is available for all packages and tools.
|
Full source code is available for all packages and tools.
|
||||||
|
|
||||||
|
@ -109,6 +109,11 @@ invokes bash with various environment variables set correctly. The
|
||||||
job. If you want to completely uninstall Cygwin, you will probably have
|
job. If you want to completely uninstall Cygwin, you will probably have
|
||||||
to delete some things by hand.
|
to delete some things by hand.
|
||||||
|
|
||||||
|
Once setup is complete you may remove the temporary directory. It will
|
||||||
|
contain @code{setup.exe}, the downloaded @code{.tar.gz} files, and a
|
||||||
|
setup log file, which is not needed, but may contain helpful diagnostics
|
||||||
|
if your installation failed for some reason.
|
||||||
|
|
||||||
@subsection Directory installation with @code{setup.exe}
|
@subsection Directory installation with @code{setup.exe}
|
||||||
|
|
||||||
Before proceeding, you must download packages into the temporary
|
Before proceeding, you must download packages into the temporary
|
||||||
|
@ -147,6 +152,11 @@ invokes bash with various environment variables set correctly. The
|
||||||
job. If you want to completely uninstall Cygwin, you will probably have
|
job. If you want to completely uninstall Cygwin, you will probably have
|
||||||
to delete some things by hand.
|
to delete some things by hand.
|
||||||
|
|
||||||
|
Once setup is complete you may remove the temporary directory. It will
|
||||||
|
contain @code{setup.exe}, the downloaded @code{.tar.gz} files, and a
|
||||||
|
setup log file, which is not needed, but may contain helpful diagnostics
|
||||||
|
if your installation failed for some reason.
|
||||||
|
|
||||||
@subsection Adding or updating packages
|
@subsection Adding or updating packages
|
||||||
|
|
||||||
Later versions of @code{setup.exe} permit you to add and/or update
|
Later versions of @code{setup.exe} permit you to add and/or update
|
||||||
|
@ -186,6 +196,11 @@ should not use @code{-u}. Omitting @code{-u} forces @code{setup.exe} to
|
||||||
perform the update, regardless of whether @code{setup.exe} deems it
|
perform the update, regardless of whether @code{setup.exe} deems it
|
||||||
necessary.
|
necessary.
|
||||||
|
|
||||||
|
Once setup is complete you may remove the temporary directory. It will
|
||||||
|
contain @code{setup.exe}, the downloaded @code{.tar.gz} files, and a
|
||||||
|
setup log file, which is not needed, but may contain helpful diagnostics
|
||||||
|
if your installation failed for some reason.
|
||||||
|
|
||||||
@subsection Problems running @code{setup.exe}
|
@subsection Problems running @code{setup.exe}
|
||||||
|
|
||||||
@subsubsection Error message: "Unable to retrieve the list of cygwin mirrors..."
|
@subsubsection Error message: "Unable to retrieve the list of cygwin mirrors..."
|
||||||
|
@ -210,6 +225,7 @@ probably want to:
|
||||||
@item scan it all for viruses
|
@item scan it all for viruses
|
||||||
@item disable the anti-virus software
|
@item disable the anti-virus software
|
||||||
@item perform a (d)irectory install
|
@item perform a (d)irectory install
|
||||||
|
@item re-enable the anti-virus software
|
||||||
@item scan everything below your Cygwin root directory (@code{C:\cygwin} by default)
|
@item scan everything below your Cygwin root directory (@code{C:\cygwin} by default)
|
||||||
@end enumerate
|
@end enumerate
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue