Cygwin - saprykin/plibsys GitHub Wiki
Configurations
Version | Compilers | Status | Tests |
---|---|---|---|
Windows 10 (x64) | GCC 15.0.0 (x64) | Compiled | Passed |
About
Cygwin is some sort of UNIX API emulation under the Windows so you do not need to modify existing UNIX-driven code. It has easy-to-use online installer with all required packages (including CMake). If you need to add more packages after installation re-run the installer again and check required packages.
Installation
You need to install cygrunsrv package in order to emulate IPC related API. After package installation run cygserver-config
to initialize configuration file and then net start cygserver
or cygrunsrv -S cygserver
.