diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 9026472..7bd766a 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -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 diff --git a/INSTALL.md b/INSTALL.md index fea3c28..b052052 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 : diff --git a/docs/Makefile b/docs/Makefile index 8e71490..5bcd755 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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 $<