You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows Env Setup:
1. Download MSYS2
1. Get Windows Terminal from MS Store (or Cmder from GitHub)
1. Install zsh, zsh stuff if you want it prettier
1. install stuff via pacman (existing docs)
1. Stylua -> cargo ->
pacman -S mingw-w64-x86_64-rustcargo install styluaadd bin to path (C:\Users\name\.cargo\bin
(Just kidding, of course it doesn't work... Have to forward the path or start a separate MINGW shell, e.g. F:\MSYS2\msys2_shell.cmd -defterm -here -no-start -full-path -mingw64 -shell zsh)
Test via echo $PATH (should include /mingw64/bin and NOT the windows paths
Same as #65
For the docs:
pacman -S mingw-w64-x86_64-nodejs
See https://packages.msys2.org/package/mingw-w64-x86_64-nodejs?repo=mingw64
(Just kidding, of course it doesn't work... Have to forward the path or start a separate MINGW shell, e.g. F:\MSYS2\msys2_shell.cmd -defterm -here -no-start -full-path -mingw64 -shell zsh)
Test via
echo $PATH
(should include/mingw64/bin
and NOT the windows pathsFor uws tests (autobahn): Docker etc
Add to bashrc or zshrc:
export PATH="$PATH:/c/Program Files/Docker/Docker/resources/bin"
(with the right path, obviously)
Windows Terminal does not render Uncicode properly (e.g., for the PASS/FAIL icons used in the test suite)
Solution (Windows 10): Enable this setting under Region -> Administrative -> Change System Locale ...
"Beta: Use Unicode UTF-8 for worldwide language support" (checkbox)
The text was updated successfully, but these errors were encountered: