Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Starks-Browning <starksb@ebi.ac.uk>2002-07-27 02:49:34 +0400
committerDavid Starks-Browning <starksb@ebi.ac.uk>2002-07-27 02:49:34 +0400
commitd587c1276e7ccf0035c5e925f8566aa651966a47 (patch)
treee210b8831b9688c772803c16d72b83728b243fc9 /winsup/doc
parent4b37baf018755622b66f02c2b20a05ee58198faa (diff)
rewrite (incl new heading) section on installing snapshots
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/install.texinfo42
1 files changed, 16 insertions, 26 deletions
diff --git a/winsup/doc/install.texinfo b/winsup/doc/install.texinfo
index 03cacc8f4..2442aefc0 100644
--- a/winsup/doc/install.texinfo
+++ b/winsup/doc/install.texinfo
@@ -225,16 +225,25 @@ It's up to you to deal with other changes you made to your system, such
as installing the inetd service, altering system paths, etc. Setup
would not have done any of these things for you.
-@subsection Can I use setup to install snapshots?
+@subsection How do I install snapshots?
-No. It used to be possible, but not any more.
+First, are you sure you want to do this? Snapshots are risky. They
+have not been tested. Use them @strong{only} if there is a feature or
+bugfix that you need to try, and you are willing to deal with any
+problems.
-If experimenting with developer snapshots from
-@file{http://cygwin.com/snapshots/}, you should generally install the
-full @code{cygwin-inst-YYYYMMDD.tar.bz2} update, rather than just the
-DLL, otherwise some components may be out of sync. Cygwin tar won't be
+Before installing a snapshot, you must first Close @strong{all} Cygwin
+applications, including shells and services (e.g. inetd, sshd), before
+updating @code{cygwin1.dll}. You may have to restart Windows to clear
+the DLL from memory.
+
+You cannot use Setup to install a snapshot.
+
+You should generally install the full
+@code{cygwin-inst-YYYYMMDD.tar.bz2} update, rather than just the DLL,
+otherwise some components may be out of sync. Cygwin tar won't be
able to update @code{/usr/bin/cygwin1.dll}, but it should succeed with
-everything else. The following steps should work:
+everything else.
@enumerate
@@ -252,22 +261,3 @@ to @code{C:\cygwin\bin\cygwin1.dll}.
@end enumerate
-The obvious warnings about updating the cygwin package and using developer
-snapshots apply:
-
-@enumerate
-
-@item Close @strong{all} Cygwin applications, including shells and services
-(e.g. inetd), before updating @code{cygwin1.dll}. You may have to
-restart Windows to clear the DLL from memory.
-
-@item Snapshots are risky. They have not been tested. Use them
-@strong{only} if there is a feature or bugfix that you need to try,
-and you are willing to deal with any problems.
-
-@item If you cannot download a snapshot from the main ftp distribution
-site, use a mirror, and look in the @samp{snapshots} directory. You may
-have to hunt for one that has a copy of the latest snapshot. Start at
-@file{http://cygwin.com/mirrors.html}.
-
-@end enumerate