1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-06 22:30:15 +00:00

Remove Cygwin support (#1951)

This commit is contained in:
cadmic 2024-05-07 08:52:18 -07:00 committed by GitHub
parent ff52c90928
commit 87a6e75242
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 80 deletions

View file

@ -55,7 +55,7 @@ For Windows 10 or 11, install WSL and a distribution by following this
[WSL Installation Guide](https://docs.microsoft.com/en-us/windows/wsl/install).
We recommend using Ubuntu 20.04 as the Linux distribution.
For older versions of Windows, install a Linux VM or refer to either [Cygwin](docs/BUILDING_CYGWIN.md) or [Docker](docs/BUILDING_DOCKER.md) instructions.
For older versions of Windows, install a Linux VM or refer to [Docker](docs/BUILDING_DOCKER.md) instructions.
### Linux (Native or under WSL / VM)