- Follow the steps under "Compiling from sources with Cygwin as build host" in the Windows install instructions on https://github.com/coq/platform
- Convert the files to unix line endings with
find . -type f -print0 | xargs -0 dos2unixfrom cygwin - In particular, make sure you have activated the right opam switch as described in the build instructions
- In the installed cygwin, execute
opam install coq-serapi - Clone the repository https://github.com/impermeable/coq-waterproof
- With the installed cygwin, navigate to the folder in which coq-waterproof is located, execute
makeand thenmake install.
This repository was archived by the owner on Mar 30, 2026. It is now read-only.