INSTALL.md: refer to as Cygwin

Replacing `cygwin`.

Closes #21179
This commit is contained in:
Viktor Szakats 2026-03-31 16:52:50 +02:00
parent f14d9e6efc
commit 1570091f10
No known key found for this signature in database

View file

@ -237,16 +237,16 @@ Almost identical to the Unix installation. Download the `curl` source code,
then essentially run the configure script in the curl source tree root with
`sh configure`, then run `make`.
To expand on building with `cygwin` first ensure it is in your path, and
To expand on building with Cygwin first ensure it is in your path, and
there are no conflicting tools (*i.e. Chocolatey with sed package*). If so
move `cygwin` ahead of any items in your path that would conflict with
`cygwin` commands, making sure you have the `sh` executable in `/bin/` or
move Cygwin ahead of any items in your path that would conflict with
Cygwin commands, making sure you have the `sh` executable in `/bin/` or
you see the configure fail toward the end.
Download the setup installer from [`cygwin`](https://cygwin.com/) to begin.
Additional `cygwin` packages are needed for the install. For more on
Download the setup installer from [Cygwin](https://cygwin.com/) to begin.
Additional Cygwin packages are needed for the install. For more on
installing packages visit
[`cygwin setup`](https://cygwin.com/faq/faq.html#faq.setup.cli).
[Cygwin Setup](https://cygwin.com/faq/faq.html#faq.setup.cli).
Either run `setup-x86_64.exe`, then search and select packages individually,
or try:
@ -254,7 +254,7 @@ or try:
setup-x86_64.exe --no-admin -q -I -P binutils,gcc-core,libpsl-devel,libtool,perl,make
Expand the below details to show the list of required packages for a
successful `cygwin` install:
successful Cygwin install:
<details>
<summary>Package List</summary>
@ -295,10 +295,10 @@ curl from the source code:
- Use `cmake` to configure and/or build
- Use `ninja` to build (***much** faster*)
- Reinstalling the required `cygwin` packages from the list above without
- Reinstalling the required Cygwin packages from the list above without
passing `-I` to `setup-x86_64`
- Temporarily move `cygwin` to the top of your path
- Install all of the `cygwin` build packages using
- Temporarily move Cygwin to the top of your path
- Install all of the Cygwin build packages using
`setup-x86_64 --build-depends curl`
## MS-DOS