zapret/binaries/win64/readme.md
2024-09-17 17:12:49 +03:00

12 lines
468 B
Markdown

Standalone version in `zapret-winws` folder !!
From this folder `winws` can be started only from `cygwin` shell.
`cygwin` refuses to start winws if a copy of `cygwin1.dll` is present !
How to get Windows 7 and `winws` compatible version of `cygwin`:
```powershell
curl -O https://www.cygwin.com/setup-x86_64.exe
setup-x86_64.exe --allow-unsupported-windows --no-verify --site http://ctm.crouchingtigerhiddenfruitbat.org/pub/cygwin/circa/64bit/2024/01/30/231215
```