Skip to content

Commit 2688eb3

Browse files
committed
Update Windows install script - don't run Cygwin terminal automatically.
Udually need to open a fresh one to get path set up correctly.
1 parent 17a47f8 commit 2688eb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prism/etc/scripts/prism-install-windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ setx PATH "%ProgramFiles(x86)%\NSIS;%PATH%"
1919
.\setup-x86_64.exe -P make -P mingw64-x86_64-gcc-g++ -P binutils -P dos2unix -P git -P wget -P unzip -P python -P nano -q -s http://ftp.inf.tu-dresden.de/software/windows/cygwin/
2020

2121
@REM Launch a Cygwin terminal
22-
"%HOMEDRIVE%\cygwin64\bin\mintty.exe" -
22+
@REM "%HOMEDRIVE%\cygwin64\bin\mintty.exe" -

0 commit comments

Comments
 (0)