INSTALL.md update for Cygwin OK.

This commit is contained in:
Denis Chancogne 2026-04-17 16:27:00 +02:00
parent e7d2f2c556
commit 643a8fc493
3 changed files with 6 additions and 3 deletions

View file

@ -14,3 +14,6 @@ jobs:
- name: Build
shell: bash {0}
run: make && make docs
- name: Check
shell: bash {0}
run: ldd proxytunnel.exe | awk '{print $3}' | grep -v WINDOWS | sort | uniq

View file

@ -94,11 +94,11 @@ me@mymachine MSYS ~ cp /usr/bin/msys-2.0.dll /usr/bin/msys-crypto-1.1.dll /usr/
# Cygwin :
Install from [cygwin web site](https://cygwin.com).
Install Cygwin from [cygwin web site](https://cygwin.com).
Following packages are required :
```
$ setup-x86_64.exe -n -q -P gcc-core,make,libssl-devel,zip,xmlto,asciidoc
$ setup-x86_64.exe -n -q -P gcc-core,make,binutils,libssl-devel,xmlto,asciidoc
```
To build :

View file

@ -21,7 +21,7 @@ clean:
asciidoc -d manpage -arevnumber=$(version) -arevdate=$(version_date) $<
%.1: %.1.xml
xmlto man $<
xmlto --skip-validation man $<
%.html: %.adoc
asciidoc $<