
Write-Host "Compacting C:\cygwin. Write-Host "Installed Cygwin 圆4" -ForegroundColor Green Click 'Next' once more to confirm the default location of the downloaded installer.
INSTALL SOCAT CYGWIN INSTALL
Click 'Next' once more, and leave the default install location for all users. $exePath = "C:\cygwin64\setup-x86_64.exe"Ĭmd /c start /wait $exePath -qnNdO -R C:/cygwin64 -s -l C:/cygwin64/var/cache/setup -P mingw64-i686-gcc-g++ -P mingw64-x86_64-gcc-g++ -P gcc-g++ -P autoconf -P automake -P bison -P libtool -P make -P python2 -P python -P python38 -P gettext-devel -P intltool -P libiconv -P pkg-config -P wget -P curlĬmd /c "C:\cygwin64\bin\cygcheck -c | C:\cygwin64\bin\grep cygwin" In the Cygwin Setup window that appears, click Next,' leave the 'Install from Local Directory' radio button selected. New-Item -Path C:\cygwin64 -ItemType Directory -Force Back in the cmd terminal, copy this: setup-x8664.exe -P.
INSTALL SOCAT CYGWIN DOWNLOAD
Open a web browser to and download setup-x8664.exe to the C:\cygwin64 directory.

Write-Host "Installing Cygwin 圆4." -ForegroundColor Cyan Open an cmd terminal as administrator, then: cd.

Write-Host "Installed Cygwin x86" -ForegroundColor Green DownloadFile ( '', $exePath )Ĭmd /c start /wait $exePath -qnNdO -R C:/cygwin -s -l C:/cygwin/var/cache/setup -P mingw64-i686-gcc-g++ -P mingw64-x86_64-gcc-g++ -P gcc-g++ -P autoconf -P automake -P bison -P libtool -P make -P python2 -P python -P python38 -P gettext-devel -P intltool -P libiconv -P pkg-config -P wget -P curlĬmd /c "C:\cygwin\bin\cygcheck -c | C:\cygwin\bin\grep cygwin" New-Item -Path C:\cygwin -ItemType Directory -Force Write-Host "Deleting existing installation."

Write-Host "Installing Cygwin x86." -ForegroundColor Cyan
