Update windows build chain docs #12

Merged
Henry-Hiles merged 2 commits from zaaach/nexus:windows-dev into main 2026-04-28 23:12:08 -04:00
Showing only changes of commit 3a1d884084 - Show all commits

Update README.md

zaaach 2026-04-28 22:38:54 -04:00

View file

@ -173,13 +173,6 @@ On Windows, make sure these are available in your shell `PATH`:
- `C:\msys64\ucrt64\bin` (or your MinGW bin path containing `x86_64-w64-mingw32-gcc.exe`)
- `C:\Program Files\LLVM\bin` (contains `clang.exe` and `libclang.dll`)
Also make sure Go build cache env vars are present (PowerShell):
```powershell
$env:LOCALAPPDATA = "C:\Users\<you>\AppData\Local"
$env:GOCACHE = "$env:LOCALAPPDATA\go-build"
```
For `dart scripts/generate.dart`, you may also need:
```powershell