Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 936 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 936 Bytes

socat-install-cygwin

This script automates the installation of Cygwin and the compilation of socat version 1.7.4.4 for Windows. It downloads the Cygwin installer, installs it with the necessary packages for socat compilation, then downloads and compiles socat. The resulting socat executable is located in the extracted socat folder.

Usage

  1. Save the script to a local folder on your Windows machine.
  2. Open an elevated command prompt and navigate to the folder containing the script.
  3. Run socat-compile.bat
  4. The socat exe is located in C:\cygwin64\socat-1.7.4.4\

Note: socat.exe requires the .dll files within socat-1.7.4.4 to run

Sources