Skip to content
Alexander Saprykin edited this page May 23, 2024 · 9 revisions

Configurations

Version Compilers Status Tests
Windows 10 (x64) GCC 13.2.1 (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.

Clone this wiki locally